]> git.codecow.com Git - Monocypher.git/commit
Full pre-computed table for EdDSA signatures
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 3 Aug 2018 16:47:15 +0000 (18:47 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 3 Aug 2018 16:47:15 +0000 (18:47 +0200)
commit21c7b7ad3d4ba4af6ab83a4c8d1cc1eb8ed0a669
tree18dd3d31ba078609c4cd57f304fa473da904e752
parent1fd249a353f2ba0851f31290b17bf5a2479638a6
Full pre-computed table for EdDSA signatures

The main gain for now comes from reducing the amount of constant time
lookup.  We could reduce the table's size even further, *or* save a few
multiplications.

I'm currently a little suspicious of the way I generated the table. If
it passes the tests, it shouldn't have any error, but it still requires
some checking.
src/monocypher.c