zig/lib/std/crypto
Andrew Kelley c9cc09a3bf Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Conflicts:
 * lib/std/os/linux.zig
 * lib/std/os/windows/bits.zig
 * src/Module.zig
 * src/Sema.zig
 * test/stage2/test.zig

Mainly I wanted Jakub's new macOS code for respecting stack size, since
we now depend on it for debug builds able to pass one of the test cases
for recursive comptime function calls with `@setEvalBranchQuota`.

The conflicts were all trivial.
2021-05-12 16:41:20 -07:00
..
25519 Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
aes std/crypto/aes: fix AES {encrypt,decrypt}Wide 2021-02-28 21:55:58 +02:00
pcurves Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-12 16:41:20 -07:00
aegis.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
aes.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
aes_gcm.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
aes_ocb.zig std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
bcrypt.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
benchmark.zig std/crypto/chacha20: add round-reduced versions & cleanup internals 2021-03-17 11:25:51 -07:00
blake2.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
blake3.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
chacha20.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
errors.zig std/crypto: use finer-grained error sets in function signatures (#8558) 2021-04-20 19:57:27 +02:00
ghash.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
gimli.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
hkdf.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
hmac.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
isap.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
md5.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
modes.zig std: remove redundant comptime keyword 2021-04-28 22:58:12 -07:00
pbkdf2.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
poly1305.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
salsa20.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sha1.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sha2.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
sha3.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
siphash.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
test.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
tlcsprng.zig initial support for haiku sync update 2021-02-25 16:41:42 -07:00
utils.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00