]> git.codecow.com Git - Monocypher.git/commit
Cleaned up the tests/ folder
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 21 Oct 2019 12:57:03 +0000 (14:57 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 21 Oct 2019 12:57:03 +0000 (14:57 +0200)
commit29f4d4dd535952423d0321e556b45c15edf16827
treeea202a4ef77057fda5ac405bf0469de70cdeab21
parentb8a9c126d515359d3de949792a81a55f77b6e070
Cleaned up the tests/ folder

Just moving files around so it's better organised.

Also changed the vectors.h header a little:
- It now includes inttypes.h and and stddef.h only once.
- There's a note at the top saying where it comes from.
31 files changed:
makefile
tarball_ignore
tests/externals/ed25519-donna/curve25519-donna-32bit.h [moved from tests/ed25519-donna/curve25519-donna-32bit.h with 100% similarity]
tests/externals/ed25519-donna/curve25519-donna-helpers.h [moved from tests/ed25519-donna/curve25519-donna-helpers.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-32bit-tables.h [moved from tests/ed25519-donna/ed25519-donna-32bit-tables.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-basepoint-table.h [moved from tests/ed25519-donna/ed25519-donna-basepoint-table.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-batchverify.h [moved from tests/ed25519-donna/ed25519-donna-batchverify.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-impl-base.h [moved from tests/ed25519-donna/ed25519-donna-impl-base.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-portable-identify.h [moved from tests/ed25519-donna/ed25519-donna-portable-identify.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna-portable.h [moved from tests/ed25519-donna/ed25519-donna-portable.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-donna.h [moved from tests/ed25519-donna/ed25519-donna.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-hash-custom.h [moved from tests/ed25519-donna/ed25519-hash-custom.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-hash.h [moved from tests/ed25519-donna/ed25519-hash.h with 100% similarity]
tests/externals/ed25519-donna/ed25519-randombytes.h [moved from tests/ed25519-donna/ed25519-randombytes.h with 100% similarity]
tests/externals/ed25519-donna/ed25519.c [moved from tests/ed25519-donna/ed25519.c with 100% similarity]
tests/externals/ed25519-donna/ed25519.h [moved from tests/ed25519-donna/ed25519.h with 100% similarity]
tests/externals/ed25519-donna/modm-donna-32bit.h [moved from tests/ed25519-donna/modm-donna-32bit.h with 100% similarity]
tests/externals/tweetnacl.c [moved from tests/tweetnacl.c with 100% similarity]
tests/externals/tweetnacl.h [moved from tests/tweetnacl.h with 100% similarity]
tests/gen/makefile
tests/gen/vector_to_header.c [moved from tests/vector_to_header.c with 95% similarity]
tests/gen/vectors/argon2i [moved from tests/vectors/argon2i with 100% similarity]
tests/gen/vectors/chacha20 [moved from tests/vectors/chacha20 with 100% similarity]
tests/gen/vectors/ed_25519_check [moved from tests/vectors/ed_25519_check with 100% similarity]
tests/gen/vectors/key_exchange [moved from tests/vectors/key_exchange with 100% similarity]
tests/gen/vectors/poly1305 [moved from tests/vectors/poly1305 with 100% similarity]
tests/gen/vectors/x25519 [moved from tests/vectors/x25519 with 100% similarity]
tests/speed/speed-sodium.c [moved from tests/speed-sodium.c with 100% similarity]
tests/speed/speed-tweetnacl.c [moved from tests/speed-tweetnacl.c with 100% similarity]
tests/speed/speed.c [moved from tests/speed.c with 100% similarity]
tests/speed/speed.h [moved from tests/speed.h with 100% similarity]