Matt Corallo [Fri, 8 Mar 2013 23:18:10 +0000 (18:18 -0500)]
Lots of updates (including remove side-channels)
* 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)