]> git.codecow.com Git - Monocypher.git/commit
EdDSA sliding windows now indicate the number
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 11 Aug 2018 15:36:14 +0000 (17:36 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 11 Aug 2018 15:36:14 +0000 (17:36 +0200)
commit966b7a204e9fa1b141c44bf0d87fd84c7fb170f0
tree61cf2738371a2d6609410ca2537817b5cab6f49e
parentf66ff85a2f045a63522fd4339034dd82ddfd5798
EdDSA sliding windows now indicate the number

This is in preparation for signed sliding windows.  Instead of choosing
-1 for doing nothing, and an index to point to the table, we write how
much we add directly (that means 0 for nothing).  We divide the number
by 2 to get the index.

The double scalarmult routine doesn't handle negative values yet.
src/monocypher.c