zig/lib/std/crypto
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
25519 all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
aes all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Certificate all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
pcurves all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
tls all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
aegis.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
aes.zig cbe: fix remaining aarch64 issues 2023-04-21 16:36:31 -04:00
aes_gcm.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
aes_ocb.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
argon2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ascon.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
bcrypt.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
benchmark.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
blake2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
blake3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Certificate.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
chacha20.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
cmac.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
ecdsa.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
errors.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
ff.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ghash_polyval.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
hash_composition.zig std.crypto.hash: allow creating hash functions from compositions (#11965) 2022-07-01 11:37:41 +02:00
hkdf.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
hmac.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
isap.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
keccak_p.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
kyber_d00.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
md5.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
modes.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
pbkdf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
phc_encoding.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
poly1305.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
salsa20.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
scrypt.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sha1.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sha2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sha3.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
siphash.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -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 all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
tls.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
utils.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00