zig/lib/std/crypto
LemonBoy cd7c870bd8 std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
Let's follow the road paved by the removal of 'z'/'Z', the Formatter
pattern is nice enough to let us remove the remaining four special cases
and declare u8 slices free from any special casing!
2021-03-01 15:33:10 -08:00
..
25519 std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices 2021-03-01 15:33:10 -08:00
aes std/crypto/aes: fix AES {encrypt,decrypt}Wide 2021-02-28 21:55:58 +02:00
aegis.zig zig fmt the std lib 2021-02-24 21:29:23 -07:00
aes.zig std: Add more error checking in hexToBytes 2021-02-21 12:19:03 +02:00
aes_gcm.zig Year++ 2020-12-31 15:45:24 -08:00
aes_ocb.zig std/crypto: add AES-OCB 2021-02-28 20:40:49 -08:00
bcrypt.zig zig fmt the std lib 2021-02-24 21:29:23 -07:00
benchmark.zig std/crypto: add AES-OCB 2021-02-28 20:40:49 -08:00
blake2.zig std/crypto: add BLAKE2-160 types and tests 2021-01-03 19:53:30 -08:00
blake3.zig std: Add more error checking in hexToBytes 2021-02-21 12:19:03 +02:00
chacha20.zig std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices 2021-03-01 15:33:10 -08:00
ghash.zig Convert inline fn to callconv(.Inline) everywhere 2021-02-10 20:06:12 -07:00
gimli.zig std: Add more error checking in hexToBytes 2021-02-21 12:19:03 +02:00
hkdf.zig Year++ 2020-12-31 15:45:24 -08:00
hmac.zig Year++ 2020-12-31 15:45:24 -08:00
isap.zig std.crypto.isap: fix callsites of secureZero 2020-11-16 18:10:41 -07:00
md5.zig Year++ 2020-12-31 15:45:24 -08:00
modes.zig Year++ 2020-12-31 15:45:24 -08:00
pbkdf2.zig Year++ 2020-12-31 15:45:24 -08:00
poly1305.zig Year++ 2020-12-31 15:45:24 -08:00
salsa20.zig Convert inline fn to callconv(.Inline) everywhere 2021-02-10 20:06:12 -07:00
sha1.zig Year++ 2020-12-31 15:45:24 -08:00
sha2.zig Year++ 2020-12-31 15:45:24 -08:00
sha3.zig crypto: add legacy keccak hash functions 2021-01-15 12:36:38 -08:00
siphash.zig fix typo in comment 2021-02-02 20:07:08 -08:00
test.zig Year++ 2020-12-31 15:45:24 -08:00
tlcsprng.zig initial support for haiku sync update 2021-02-25 16:41:42 -07:00
utils.zig std: introduce a thread-local CSPRNG for general use 2020-12-18 12:22:46 -07:00