]> git.codecow.com Git - Monocypher.git/commit
Clarified why we need to hash the message twice in EdDSA
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 9 Sep 2017 11:02:27 +0000 (13:02 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 9 Sep 2017 20:47:37 +0000 (22:47 +0200)
commit057958167028e5c1d116396b8a7383a13ed1209b
tree3fd7447bf0bba173a2d673669969445b4bc46998
parent6be424dbf2061b479a07a86d19f2a67d5eba1f45
Clarified why we need to hash the message twice in EdDSA

The code isn't crystal clear about the fact we reuse the result of the
first hash in the second hash.  A little comment makes sure reviewers
don't miss it.
src/monocypher.c