zig/lib/std/crypto
mlugg 4330c40596
std: avoid field/decl name conflicts
Most of these changes seem like improvements. The PDB thing had a TODO
saying it used to crash; I anticipate it works now, we'll see what CI
does.

The `std.os.uefi` field renames are a notable breaking change.
2024-08-29 20:39:11 +01:00
..
25519 crypto.edwards25519: add the ability to check for group membership (#20175) 2024-06-04 10:11:05 +02:00
aes std: update eval branch quotas after bdbc485 2024-08-21 01:30:46 +01:00
Certificate std.c reorganization 2024-07-19 00:30:32 -07:00
pcurves compiler: handle eval branch quota in memoized calls 2024-08-21 01:26:55 +01:00
tls tls.Client: implement record padding (#20558) 2024-07-21 01:19:36 -07:00
aegis.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
aes.zig x86_64: fix incorrect mnemonic selection 2024-02-25 11:22:10 +01:00
aes_gcm.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
aes_ocb.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
argon2.zig std.crypto.pwhash: Add recommended parameters (#20527) 2024-07-07 20:18:33 +00:00
ascon.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
bcrypt.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
benchmark.zig std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644) 2024-04-14 01:13:22 +02:00
blake2.zig std: update eval branch quotas after bdbc485 2024-08-21 01:30:46 +01:00
blake3.zig x86_64: implement more shuffles 2024-02-25 11:22:10 +01:00
Certificate.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
chacha20.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
cmac.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
ecdsa.zig std.crypto.ecdsa: use separate function for null seed (#20953) 2024-08-07 01:06:15 -07:00
errors.zig crypto.edwards25519: add the ability to check for group membership (#20175) 2024-06-04 10:11:05 +02:00
ff.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
ghash_polyval.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
hash_composition.zig
hkdf.zig
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.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
keccak_p.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07: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 Rename the namespace for ml_kem variants of Kyber to nist 2024-08-22 07:54:12 +02:00
modes.zig
pbkdf2.zig
phc_encoding.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
poly1305.zig std: avoid field/decl name conflicts 2024-08-29 20:39:11 +01:00
salsa20.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
scrypt.zig std.crypto.pwhash: Add recommended parameters (#20527) 2024-07-07 20:18:33 +00:00
sha1.zig
sha2.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
sha3.zig Delete compile errors for deprecated decls 2024-05-03 13:27:30 -07:00
siphash.zig
test.zig
timing_safe.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
tlcsprng.zig std.crypto: better names for everything in utils 2024-08-09 19:47:06 -07:00
tls.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00