our own copy of libsodium
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Frank Denis 6d566070b4 Add some more base64 decoding tests 3 years ago
..
Makefile.am Add AEGIS128L test, regen the ones for AEGIS256, sort 3 years ago
aead_aegis128l.c Add AEGIS128L test, regen the ones for AEGIS256, sort 3 years ago
aead_aegis128l.exp Add AEGIS128L test, regen the ones for AEGIS256, sort 3 years ago
aead_aegis256.c Add AEGIS128L test, regen the ones for AEGIS256, sort 3 years ago
aead_aegis256.exp Add tests for AEGIS-256 5 years ago
aead_aes256gcm.c Use a guard page instead of NULL for opt arguments in tests 6 years ago
aead_aes256gcm.exp Add aes256gcm test vectors 9 years ago
aead_aes256gcm2.c Remove unused variables 6 years ago
aead_aes256gcm2.exp Add aes256gcm tests from project wycheproof 6 years ago
aead_chacha20poly1305.c Use a guard page instead of NULL for opt arguments in tests 6 years ago
aead_chacha20poly1305.exp Add IETF-compatible version of chacha20poly1305 9 years ago
aead_chacha20poly13052.c Remove unused variables 6 years ago
aead_chacha20poly13052.exp Add chacha20-poly1305 test from Project Wycheproof 6 years ago
aead_xchacha20poly1305.c aead_xchacha20poly1305_ietf_decrypt(): add a test with a NULL message 5 years ago
aead_xchacha20poly1305.exp xchacha20 test: initialize the full nonce 6 years ago
auth.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
auth.exp Test crypto_auth_hmacsha256_*() 7 years ago
auth2.c Indentx 7 years ago
auth2.exp Move tests to test/default and windows to quirks/windows. 12 years ago
auth3.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
auth3.exp Move tests to test/default and windows to quirks/windows. 12 years ago
auth5.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
auth5.exp Move tests to test/default and windows to quirks/windows. 12 years ago
auth6.c Indentx 7 years ago
auth6.exp Add tests for auth_hmac_sha512 10 years ago
auth7.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
auth7.exp Add tests for auth_hmac_sha512 10 years ago
box.c Add *_messagebytes_max() wrappers 7 years ago
box.exp Test crypto_box_(before|after)nm 10 years ago
box2.c More tests 7 years ago
box2.exp Test crypto_box_(before|after)nm 10 years ago
box7.c Indent 7 years ago
box7.exp Move tests to test/default and windows to quirks/windows. 12 years ago
box8.c Indent 7 years ago
box8.exp Move tests to test/default and windows to quirks/windows. 12 years ago
box_easy.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
box_easy.exp Add a test with a null message in box_easy() 9 years ago
box_easy2.c Test crypto_box_open_detached() with a weak PK 7 years ago
box_easy2.exp Add new tests for the crypto_box_*() precomputed interface 10 years ago
box_seal.c box_seal test: don't check empty messages 4 years ago
box_seal.exp More tests 5 years ago
box_seed.c Indent 7 years ago
box_seed.exp Change crypto_box_seed_keypair to use SHA-512 of the seed 10 years ago
chacha20.c fix crypto_stream_chacha20_ietf tests (#946) 4 years ago
chacha20.exp fix crypto_stream_chacha20_ietf tests (#946) 4 years ago
cmptest.h WASI can't read its own writes without an explicit fflush() 5 years ago
codecs.c Add some more base64 decoding tests 3 years ago
codecs.exp Fix tests, use guard page instead of NULL because of Wasm 5 years ago
core1.c Indent 7 years ago
core1.exp Move tests to test/default and windows to quirks/windows. 12 years ago
core2.c Indent 7 years ago
core2.exp Move tests to test/default and windows to quirks/windows. 12 years ago
core3.c Remove tests for deprecated functions 7 years ago
core3.exp Add some tests for reduced-rounds salsa20 7 years ago
core4.c Fix format string sign 7 years ago
core4.exp Move tests to test/default and windows to quirks/windows. 12 years ago
core5.c Indent 7 years ago
core5.exp Move tests to test/default and windows to quirks/windows. 12 years ago
core6.c Indent 7 years ago
core6.exp Move tests to test/default and windows to quirks/windows. 12 years ago
core_ed25519.c Add some field arithmetic tests for edge cases 4 years ago
core_ed25519.exp Add some field arithmetic tests for edge cases 4 years ago
core_ed25519_h2c.c Change crypto_core_ed25519_from_string() to accept a hash function 3 years ago
core_ed25519_h2c.exp H2C: change sign computation for Ell2 to match BHKL13 4 years ago
core_ristretto255.c test: fix two error messages (#1034) 3 years ago
core_ristretto255.exp Initial support for ristretto255 5 years ago
ed25519_convert.c ED25519_NONDETERMINISTIC: derive keys from the seed the same way 6 years ago
ed25519_convert.exp Implement ed25519 -> curve25519 keys conversion 10 years ago
generichash.c Use a guard page instead of NULL for opt arguments in tests 6 years ago
generichash.exp Remove generichash tests with invalid parameters 9 years ago
generichash2.c C++ compat 7 years ago
generichash2.exp Require the generichash state to be aligned 7 years ago
generichash3.c Use a guard page instead of NULL for opt arguments in tests 6 years ago
generichash3.exp Remove generichash tests with invalid parameters 9 years ago
hash.c Indentx 7 years ago
hash.exp Test crypto_hash() with an input longer than the block size 10 years ago
hash3.c Indentx 7 years ago
hash3.exp Move tests to test/default and windows to quirks/windows. 12 years ago
index.html.tpl Put <meta> tag outside <style> 3 years ago
kdf.c Move HKDF test to its own file 4 years ago
kdf.exp Move HKDF test to its own file 4 years ago
kdf_hkdf.c Move HKDF test to its own file 4 years ago
kdf_hkdf.exp Move HKDF test to its own file 4 years ago
keygen.c More keygen tests 7 years ago
keygen.exp Add a keygen function to all the primitives 7 years ago
kx.c Test KX with a weak PK 7 years ago
kx.exp + crypto_kx_*() API 7 years ago
metamorphic.c casts 7 years ago
metamorphic.exp + simple metamorphic tests for crypto_generichash() 7 years ago
misuse.c C++ compat 6 years ago
misuse.exp More tests, and start testing misuse cases 7 years ago
onetimeauth.c More tests, and start testing misuse cases 7 years ago
onetimeauth.exp Check crypto_onetimeauth() streaming interface 10 years ago
onetimeauth2.c Indent 7 years ago
onetimeauth2.exp Move tests to test/default and windows to quirks/windows. 12 years ago
onetimeauth7.c Indent 7 years ago
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 12 years ago
pre.js.inc Javascript tests: don't call FS.*() if the filesystem module is not present 7 years ago
pwhash_argon2i.c Add a memleak checker to the benchmark code 7 years ago
pwhash_argon2i.exp Use less memory for the pwhash tests 7 years ago
pwhash_argon2id.c C++ compat 6 years ago
pwhash_argon2id.exp Use less memory for the pwhash tests 7 years ago
pwhash_scrypt.c Remove unused variable in tests 4 years ago
pwhash_scrypt.exp Remove an unreliable scrypt test 5 years ago
pwhash_scrypt_ll.c Fix previous 7 years ago
pwhash_scrypt_ll.exp Disable the pwhash_scrypt_ll test that requires 1 Gb RAM. 10 years ago
randombytes.c Rename randombytes_salsa20 to randombytes_internal and switch to ChaCha20 5 years ago
randombytes.exp Do not use a zero nonce in randombytes_buf_deterministic() 7 years ago
scalarmult.c Add a scalarmult test to show that the high bit is ignored 4 years ago
scalarmult.exp Add a scalarmult test to show that the high bit is ignored 4 years ago
scalarmult2.c Simplify scalarmult{2,5} tests 4 years ago
scalarmult2.exp Simplify scalarmult{2,5} tests 4 years ago
scalarmult5.c Simplify scalarmult{2,5} tests 4 years ago
scalarmult5.exp Simplify scalarmult{2,5} tests 4 years ago
scalarmult6.c Indent 7 years ago
scalarmult6.exp Move tests to test/default and windows to quirks/windows. 12 years ago
scalarmult7.c Indent 7 years ago
scalarmult7.exp scalarmult: check that the top bit is ignored 10 years ago
scalarmult8.c Add aes256gcm tests from project wycheproof 6 years ago
scalarmult8.exp Add x25519 test vectors from project wycheproof 6 years ago
scalarmult_ed25519.c More tests 5 years ago
scalarmult_ed25519.exp Add a test for crypto_scalarmult_ed25519 7 years ago
scalarmult_ristretto255.c More tests 5 years ago
scalarmult_ristretto255.exp Initial support for ristretto255 5 years ago
secretbox.c Add *_messagebytes_max() wrappers 7 years ago
secretbox.exp Add a test for crypto_secretbox() with c == m 9 years ago
secretbox2.c More tests, and start testing misuse cases 7 years ago
secretbox2.exp Move tests to test/default and windows to quirks/windows. 12 years ago
secretbox7.c Indent 7 years ago
secretbox7.exp Move tests to test/default and windows to quirks/windows. 12 years ago
secretbox8.c Indent 7 years ago
secretbox8.exp Move tests to test/default and windows to quirks/windows. 12 years ago
secretbox_easy.c secrebox: add a test with in/out buffers next to each other 7 years ago
secretbox_easy.exp secrebox: add a test with in/out buffers next to each other 7 years ago
secretbox_easy2.c Remove incorrect and useless cast 7 years ago
secretbox_easy2.exp Support overlapping input and output regions in crypto_secretbox_detached() 10 years ago
secretstream_xchacha20poly1305.c Make room for several secretstream 5 years ago
secretstream_xchacha20poly1305.exp Make room for several secretstream 5 years ago
shorthash.c Add a test for siphashx24 7 years ago
shorthash.exp Reintroduce shorthash, this time with the key... 11 years ago
sign.c Nits 6 years ago
sign.exp Add ed25519ph 7 years ago
siphashx24.c Trim spaces 7 years ago
siphashx24.exp Add a test for siphashx24 7 years ago
sodium_core.c has_armcrypto_aes -> has_armcrypto 5 years ago
sodium_core.exp Remove error string from sodium_misuse() 7 years ago
sodium_utils.c Fix tests, use guard page instead of NULL because of Wasm 5 years ago
sodium_utils.exp Relax most __attribute__ ((nonnull)) to allow 0-length inputs to be NULL. 5 years ago
sodium_utils2.c Don't even include signal.h on WASI 4 years ago
sodium_utils2.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 10 years ago
sodium_utils3.c Don't even include signal.h on WASI 4 years ago
sodium_utils3.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 10 years ago
sodium_version.c + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 7 years ago
sodium_version.exp Add tests for sodium_*() functions. 11 years ago
stream.c Make the stream and stream2 test object code 1000x smaller 5 years ago
stream.exp Just use some test vectors around the counter overflow 5 years ago
stream2.c Make the stream and stream2 test object code 1000x smaller 5 years ago
stream2.exp Add a test for crypto_stream_salsa20_xor_ic() 9 years ago
stream3.c Braces 3 years ago
stream3.exp Move tests to test/default and windows to quirks/windows. 12 years ago
stream4.c Braces 3 years ago
stream4.exp Move tests to test/default and windows to quirks/windows. 12 years ago
verify1.c Indentx 7 years ago
verify1.exp Less deterministic crypto_verify_*() tests 9 years ago
wasi-test-wrapper.sh Add LLVM, move lucet down 3 years ago
wintest.bat Tell people that we are running the test suite. 11 years ago
xchacha20.c One more test 7 years ago
xchacha20.exp Add tests for chacha&salsa with a counter around 2^32 7 years ago