]> git.codecow.com Git - Monocypher.git/commit
Added tests vectors for Blake2b
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 31 Mar 2021 19:42:13 +0000 (21:42 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 31 Mar 2021 19:42:13 +0000 (21:42 +0200)
commit1bf67d370c9e93f4c043f03ab47088a9339299f4
treee797e2811ebaa1aa818b49ba320ddf3536ae3c4e
parent6accaa2acba0b6b70914921407088035f9e5998d
Added tests vectors for Blake2b

- We tested with no key, and an empty message.
- We tested with no key, and a non-empty message.
- We tested with a key, and a non-empty message.
- We did *not* test with a key and an empty message.

Well, now we do. Libsodium seems to agree with us. Phew.
tests/gen/blake2b.c