]> git.codecow.com Git - Monocypher.git/commit
added test vector generators
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 5 Sep 2017 18:06:28 +0000 (20:06 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 6 Sep 2017 06:53:41 +0000 (08:53 +0200)
commit4148ebf1f17c07d523b351f15aa1fe81cee2b523
treefab9827600286cfc456cf9d7e6067aef16b7795b
parentf5046915f1e18260f03804fc645849e396022318
added test vector generators
tests/gen/argon2i.c [new file with mode: 0644]
tests/gen/blake2b.c [new file with mode: 0644]
tests/gen/chacha20.c [new file with mode: 0644]
tests/gen/edDSA.c [new file with mode: 0644]
tests/gen/makefile [new file with mode: 0644]
tests/gen/poly1305.c [new file with mode: 0644]
tests/gen/sha512.c [new file with mode: 0644]
tests/gen/x25519.c [new file with mode: 0644]
tests/gen/xchacha20.c [new file with mode: 0644]