]> git.codecow.com Git - Monocypher.git/commit
Added tests for HChacha20
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 16 Aug 2018 19:29:13 +0000 (21:29 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 16 Aug 2018 19:29:13 +0000 (21:29 +0200)
commit1e84a29c0c9d374226a478e5e9bf6d7fea9dca6b
treecc0f33c884248c1a194e920935f2f9e3b1c5d9df
parent24f4be7acc3ec7ff613715a7a97597e587f6d6d8
Added tests for HChacha20

Not that it needed any (XChacha20 were enough), but it's easier to
communicate to outsiders that HChacha20 is correct when we have explicit
test vectors.
tests/gen/hchacha20.c [new file with mode: 0644]
tests/gen/makefile
tests/test.c