]> git.codecow.com Git - Monocypher.git/commit
Fused doublings in EdDSA double scalarmult
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 15 Jul 2018 13:27:36 +0000 (15:27 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 15 Jul 2018 13:27:36 +0000 (15:27 +0200)
commitb6cb554e1af8ffc90bc4e190604bfff3ffa0a56a
tree4cf4867f5247520050f4e5f39b3f0661f46ab11c
parent3b6ef2cd3a08998ae502d04586b93237cd85efa9
Fused doublings in EdDSA double scalarmult

Fusing the two scalar multiplication together halves the number of
required doublings.  The code is just as simple, speeds up signature
verification quite a bit.
src/monocypher.c