]> git.codecow.com Git - Monocypher.git/commit
Test vectors no longer depend on Monocypher
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 21 Apr 2018 14:26:32 +0000 (16:26 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 21 Apr 2018 14:26:32 +0000 (16:26 +0200)
commitc92ec5dcfd53c9381902e82ebe453de6ab391ef3
treeb93d3e62bdd32e68c6fe0282f32b04141036793e
parentc23296fd2e75f2d9993b6bd8691de56781acde85
Test vectors no longer depend on Monocypher

Test vectors for EdDSA used to use Moncoypher's Blake2b hash. This
didn't make much sense, and could even conceivably be construed as
circular.  Blake2b vectors were properly generated, so it wasn't really
circular, but that's still ugly.

Now the test vectors only depend on Libsodium and ed25519-donna.
tests/ed25519-donna/ed25519-hash-custom.h
tests/gen/makefile