]> git.codecow.com Git - Monocypher.git/commit
Cleaner generation of test vectors.
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 18 Sep 2017 21:13:36 +0000 (23:13 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 18 Sep 2017 21:13:36 +0000 (23:13 +0200)
commitb90e5535265b9ee36e28bed7a8ee54555b62d274
treed771c7406bd12d0a28cdd190b326ec222f84368d
parenta68bcc6c926667ba924c2ff89062a882a3f6d979
Cleaner generation of test vectors.

The makefile that generates the test vectors directly puts the
vectors.h header in the dist/tests/ directory.  No more weird script
to do half that work.

As a side effect, BSD users can now switch to gmake more easily (they
don't depend on a script to do stuff like `make || gmake`.

Closes #33, though not satisfactorily (the makefiles still rely on GNU
make, because portable makefiles are just crippled).
.gitignore
README.md
dist.sh
tests/gen/makefile