]> git.codecow.com Git - Monocypher.git/commit
Reworked test vectors header format
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 26 Oct 2020 16:45:12 +0000 (17:45 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 26 Oct 2020 16:45:12 +0000 (17:45 +0100)
commit397f312cce95d1002db0e058ba210c5607ac49e1
tree08c990befed0a657f5ca57d71d4595aaa750cc9e
parentb29f40b567a983b36742f562fa58302326065580
Reworked test vectors header format

- Removed the header from git (we will no longer need it)
- Replaced the direct arrays by character strings in hexadecimal format.

That last one is an attempt to make those vectors more readable and
smaller (vectors.h is the biggest source of bloat in the tarballs).
tests/gen/vector_to_header.c
tests/test-legacy.c
tests/test.c
tests/utils.c
tests/utils.h
tests/vectors.h [deleted file]