zig/lib/std/crypto
Andrew Kelley 12191c8a22 std: promote tests to doctests
Now these show up as "example usage" in generated documentation.
2024-03-21 14:11:46 -07:00
..
25519 Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
aes std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
Certificate extract std.posix from std.os 2024-03-19 11:45:09 -07:00
pcurves std.crypto.pcurves fixes (#19245) 2024-03-11 09:00:15 +01:00
tls extract std.posix from std.os 2024-03-19 11:45:09 -07:00
aegis.zig {aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270) 2024-03-12 22:56:28 +00:00
aes_gcm.zig {aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270) 2024-03-12 22:56:28 +00:00
aes_ocb.zig x86_64: implement shifts of big integers 2024-02-12 05:25:07 +01:00
aes.zig x86_64: fix incorrect mnemonic selection 2024-02-25 11:22:10 +01:00
argon2.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
ascon.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
bcrypt.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
benchmark.zig Replace std.rand references with std.Random 2024-02-08 15:21:35 +01:00
blake2.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
blake3.zig x86_64: implement more shuffles 2024-02-25 11:22:10 +01:00
Certificate.zig tls: support ed25519 signatures 2024-02-02 17:27:26 -08:00
chacha20.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
cmac.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
ecdsa.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
errors.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
ff.zig x86_64: implement shifts of big integers 2024-02-12 05:25:07 +01:00
ghash_polyval.zig Deprecate suggestVectorSize in favor of suggestVectorLength 2024-01-01 16:18:57 +01:00
hash_composition.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
hkdf.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
hmac.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
isap.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
keccak_p.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
md5.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
ml_kem.zig ml_kem.zig: inLen -> in_len (#19269) 2024-03-12 19:52:06 +00:00
modes.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
pbkdf2.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
phc_encoding.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
poly1305.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
salsa20.zig x86_64: implement more shuffles 2024-02-25 11:22:10 +01:00
scrypt.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
sha1.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
sha2.zig x86_64: fix incorrect mnemonic selection 2024-02-25 11:22:10 +01:00
sha3.zig std.crypto.sha3: Minor TurboSHAKE/Keccak fixes (#16408) 2023-07-14 14:02:01 +00:00
siphash.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
tlcsprng.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
tls.zig Fix TLS record overflow by limiting inner record length to 2^14 2024-01-16 14:58:56 -08:00
utils.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00