1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00
libsodium/test/default
Frank Denis 3cbdacbd8c Revert "Enable building win/arm64 package using visual studio (#1130)"
This reverts commit 13144d11c1.

It doesn't work.

Trying to open the solutions in Visual Studio results in
"libsodium.vcxproj(8,3): The element <#text> beneath element
<ItemGroup> is unrecognized."
2023-09-10 23:32:42 +02:00
..
aead_aegis128l.c Add AEGIS-128L software support 2022-12-09 21:12:35 +01:00
aead_aegis128l.exp Add AEGIS128L test, regen the ones for AEGIS256, sort 2021-03-15 11:00:18 +01:00
aead_aegis256.c Add AEGIS-256 software support 2022-12-10 00:03:42 +01:00
aead_aegis256.exp
aead_aes256gcm2.c
aead_aes256gcm2.exp
aead_aes256gcm.c Avoid memcmp() with len=0 2022-12-12 00:17:20 +01:00
aead_aes256gcm.exp
aead_chacha20poly1305.c
aead_chacha20poly1305.exp
aead_chacha20poly13052.c
aead_chacha20poly13052.exp
aead_xchacha20poly1305.c
aead_xchacha20poly1305.exp
auth2.c
auth2.exp
auth3.c
auth3.exp
auth5.c
auth5.exp
auth6.c
auth6.exp
auth7.c
auth7.exp
auth.c
auth.exp
box2.c
box2.exp
box7.c
box7.exp
box8.c
box8.exp
box_easy2.c
box_easy2.exp
box_easy.c
box_easy.exp
box_seal.c
box_seal.exp
box_seed.c
box_seed.exp
box.c
box.exp
chacha20.c
chacha20.exp
cmptest.h Use CLOCK_MONOTONIC for benchmarking, if possible 2023-02-15 19:42:08 +01:00
codecs.c Add some more base64 decoding tests 2021-03-20 00:08:20 +01:00
codecs.exp
core1.c
core1.exp
core2.c
core2.exp
core3.c
core3.exp
core4.c
core4.exp
core5.c
core5.exp
core6.c
core6.exp
core_ed25519_h2c.c Change crypto_core_ed25519_from_string() to accept a hash function 2021-01-24 19:21:07 +01:00
core_ed25519_h2c.exp H2C: Y should be negative is gx1 is a square 2021-11-08 14:31:14 +01:00
core_ed25519.c
core_ed25519.exp
core_ristretto255.c test: fix two error messages (#1034) 2021-02-24 23:55:18 +01:00
core_ristretto255.exp
ed25519_convert.c
ed25519_convert.exp
generichash2.c
generichash2.exp
generichash3.c
generichash3.exp
generichash.c
generichash.exp
hash3.c
hash3.exp
hash.c
hash.exp
index.html.tpl Put <meta> tag outside <style> 2021-02-07 13:58:23 +01:00
kdf_hkdf.c
kdf_hkdf.exp
kdf.c
kdf.exp
keygen.c
keygen.exp
kx.c
kx.exp
Makefile.am crypto_sign_verify(): add and match the Zig test vectors 2022-11-26 21:25:47 +01:00
metamorphic.c
metamorphic.exp
misuse.c Last exit() -> _exit() in misuse test 2022-11-14 00:08:38 +01:00
misuse.exp
onetimeauth2.c
onetimeauth2.exp
onetimeauth7.c
onetimeauth7.exp
onetimeauth.c
onetimeauth.exp
pre.js.inc
pwhash_argon2i.c Add a pwhash test with guarded memory; it doesn't hurt 2023-01-09 10:47:15 +01:00
pwhash_argon2i.exp
pwhash_argon2id.c Add a pwhash test with guarded memory; it doesn't hurt 2023-01-09 10:47:15 +01:00
pwhash_argon2id.exp
pwhash_scrypt_ll.c
pwhash_scrypt_ll.exp
pwhash_scrypt.c
pwhash_scrypt.exp
randombytes.c
randombytes.exp
run.sh test/default/run.sh compat with GNU find 2022-11-27 22:12:34 +01:00
scalarmult2.c
scalarmult2.exp
scalarmult5.c
scalarmult5.exp
scalarmult6.c
scalarmult6.exp
scalarmult7.c
scalarmult7.exp
scalarmult8.c
scalarmult8.exp
scalarmult_ed25519.c
scalarmult_ed25519.exp
scalarmult_ristretto255.c
scalarmult_ristretto255.exp
scalarmult.c
scalarmult.exp
secretbox2.c
secretbox2.exp
secretbox7.c
secretbox7.exp
secretbox8.c
secretbox8.exp
secretbox_easy2.c
secretbox_easy2.exp
secretbox_easy.c
secretbox_easy.exp
secretbox.c
secretbox.exp
secretstream_xchacha20poly1305.c
secretstream_xchacha20poly1305.exp
shorthash.c
shorthash.exp
sign2.c Explain why we reject low-order R 2022-11-27 15:28:17 +01:00
sign2.exp Add ge25519_p2_to_p3(), ge25519_p3_add(), ge25519_p3_sub() 2022-11-26 22:14:24 +01:00
sign.c
sign.exp
siphashx24.c
siphashx24.exp
sodium_core.c Skip the misuse handler test when running benchmarks or wasm 2022-12-20 13:17:11 +01:00
sodium_core.exp
sodium_utils2.c sodium_utils{2,3} are not worth running in benchmarks 2023-06-16 19:01:57 +02:00
sodium_utils2.exp
sodium_utils3.c sodium_utils{2,3} are not worth running in benchmarks 2023-06-16 19:01:57 +02:00
sodium_utils3.exp
sodium_utils.c
sodium_utils.exp
sodium_version.c
sodium_version.exp
stream2.c
stream2.exp
stream3.c Braces 2021-02-13 12:10:38 +01:00
stream3.exp
stream4.c Braces 2021-02-13 12:10:38 +01:00
stream4.exp
stream.c
stream.exp
verify1.c
verify1.exp
wasi-test-wrapper.sh Remove WAVM 2023-07-30 01:02:57 +02:00
wintest.bat Revert "Enable building win/arm64 package using visual studio (#1130)" 2023-09-10 23:32:42 +02:00
xchacha20.c
xchacha20.exp