zig/lib/std/crypto
Jacob Young 3f1c51ca90 std: remove names from incorrectly named tests
Tests that only reference decls for the purpose of analyzing more tests
should be unnamed, otherwise trying to filter for just a referenced test
can become impossible depending on the names.
2023-04-21 23:08:48 -04:00
..
25519 Zir: implement explicit block_comptime instruction 2023-04-12 12:06:19 -04:00
aes Move std.crypto.config options to std.options (#14906) 2023-03-14 06:40:23 +00:00
Certificate add explicit error union for Bundle.rescan and associated functions 2023-04-17 19:14:48 -05:00
pcurves std: remove names from incorrectly named tests 2023-04-21 23:08:48 -04:00
tls tls.Client: don't read if we don't need more data 2023-04-08 03:37:05 -04:00
aegis.zig AEGIS MAC: add support for 128-bit tags (#15379) 2023-04-21 19:52:33 +00:00
aes.zig cbe: fix remaining aarch64 issues 2023-04-21 16:36:31 -04:00
aes_gcm.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
aes_ocb.zig cbe: enable CI for std tests 2023-04-21 16:36:10 -04:00
argon2.zig Argon2: properly handle outputs > 64 bytes in blake2Long() (#14914) 2023-03-14 21:40:02 +00:00
ascon.zig Remove Gimli and Xoodoo from the standard library (#14928) 2023-03-21 04:54:10 +00:00
bcrypt.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
benchmark.zig Remove Gimli and Xoodoo from the standard library (#14928) 2023-03-21 04:54:10 +00:00
blake2.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
blake3.zig std: reenable vectorized code with the C backend 2023-03-06 08:09:32 -05:00
Certificate.zig add explicit error union for Bundle.rescan and associated functions 2023-04-17 19:14:48 -05:00
chacha20.zig Remove Gimli and Xoodoo from the standard library (#14928) 2023-03-21 04:54:10 +00:00
cmac.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
ecdsa.zig cbe: enable CI for std tests 2023-04-21 16:36:10 -04:00
errors.zig
ghash_polyval.zig cbe: fix remaining aarch64 issues 2023-04-21 16:36:31 -04:00
hash_composition.zig
hkdf.zig hkdf: add prk_length and extractInit() 2022-12-29 17:56:50 -05:00
hmac.zig crypto.hmac: set the recommended key size to the block size (#15031) 2023-03-22 06:17:52 +00:00
isap.zig std.crypto: add the Ascon permutation 2023-02-13 02:22:24 -05:00
keccak_p.zig Fix incorrect SHA-3 computation with the streaming API (#14852) 2023-03-09 05:18:15 +00:00
kyber_d00.zig Add Kyber post-quantum key encapsulation mechanism (#14902) 2023-03-15 03:50:45 +00:00
md5.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
modes.zig
pbkdf2.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
phc_encoding.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
poly1305.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
salsa20.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
scrypt.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
sha1.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
sha2.zig cbe: fix remaining aarch64 issues 2023-04-21 16:36:31 -04:00
sha3.zig TurboSHAKE: change default delimiter to 0x1F (#14857) 2023-03-09 19:20:57 +00:00
siphash.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
tlcsprng.zig Remove Gimli and Xoodoo from the standard library (#14928) 2023-03-21 04:54:10 +00:00
tls.zig tls: use post-quantum secure key exchange (#14920) 2023-03-17 17:51:24 +01:00
utils.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00