Lots of updates (including remove side-channels)
authorMatt Corallo <git@bluematt.me>
Fri, 8 Mar 2013 23:18:10 +0000 (18:18 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 8 Mar 2013 23:18:10 +0000 (18:18 -0500)
* Remove commented GF(p)
* Add log/exp tables for multiplication/exponentiation
* Use lots of __attribute__s to remove side-channels in field_mult
  and field_pow.
* Remove inverse table (use log/exp tables instead)


No differences found