]> git.codecow.com Git - Monocypher.git/commit
Use variable time scalarmult for EdDSA checks
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 14 Jul 2018 17:54:54 +0000 (19:54 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 14 Jul 2018 17:54:54 +0000 (19:54 +0200)
commit3b6ef2cd3a08998ae502d04586b93237cd85efa9
treee19478ff6b677eddbb8dcb46613557dc83a61a87
parentd23b00916f922e84a2ec34731d83e37045852917
Use variable time scalarmult for EdDSA checks

Related to #101

General scalar multiplication for EdDSA was only used for checking, and
thus no longer needs to be constant time.  Removing buffer wipes and
using a variable time ladder simplifies and speeds up checks quite a
bit.
src/monocypher.c