]> git.codecow.com Git - Monocypher.git/commit
Comb for EdDSA signatures in Niels coordinates
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 4 Aug 2018 19:08:53 +0000 (21:08 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 4 Aug 2018 19:08:53 +0000 (21:08 +0200)
commitb96ca7c830dd110a489619561fdc271af2d8ae63
treecaf7485c08cec7273d94911d4047aacade01cf50
parentd0933a5e495b74dae8f23ff5dbaed1780ca878e2
Comb for EdDSA signatures in Niels coordinates

While it takes a bit more space to encode, this also avoids some initial
overhead, and significantly reduces stack size.

Note: we could do away with the T2 coordinate to reduce the overhead of
constant time lookup, but this would also require more work per point
addition.  Experiments suggest the bigger table is a little faster.
src/monocypher.c