]> git.codecow.com Git - Monocypher.git/commit
Added tests vectors for public key generation
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Jun 2018 13:42:18 +0000 (15:42 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Jun 2018 13:42:18 +0000 (15:42 +0200)
commit9f681437babfc7cd1bc56a1beff46250d9e36c6a
tree1a5d754a2209efff982b3de0feb04cf8387073e1
parent5ba7a1b8f7c3d66c7b72cd1906aa97b33ff5bcbb
Added tests vectors for public key generation

Public key generation was up until now only tested implicitly.  Test
vectors can make us more confident.
tests/gen/edDSA_pk.c [new file with mode: 0644]
tests/gen/makefile
tests/gen/x25519_pk.c [new file with mode: 0644]
tests/test.c