]> git.codecow.com Git - Monocypher.git/commit
Separated EdDSA parsing and negation
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Mar 2020 22:54:39 +0000 (23:54 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 9 Mar 2020 22:54:39 +0000 (23:54 +0100)
commit1b3dcc0a3aa7f07e4673c2b6c2ea55178cfad36b
tree627f402735ab0f6fe6e03d86ae758519d47854ec
parent2efc6729970dfba13d14990a075689efcbe4f53d
Separated EdDSA parsing and negation

The goal is to make the code easier to understand.  Merging parsing and
negation was clever, but it also was confusing.  Better not be clever.

The cost is 2 field negations. Arguably negligible.
src/monocypher.c