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)
commitb6006436d939a7cba7c141f00b4efc638a694d14
treec9eff7e3bcd2cacbea74be60f90c4ec31eff1085
parentdf22cea18150ab0d21f1ebe4304a4de8d64d808e
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)
shamirssecret.c