From: Matt Corallo Date: Fri, 8 Mar 2013 23:18:10 +0000 (-0500) Subject: Lots of updates (including remove side-channels) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=shamirs;a=commitdiff_plain;h=b6006436d939a7cba7c141f00b4efc638a694d14;hp=b6006436d939a7cba7c141f00b4efc638a694d14 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) ---