zig/std/crypto
Marc Tiehuis 38399941d4 std/crypto: Update throughput_test.zig to include all hash functions
This avoids the need to recompile to test specific hash functions. This
also adds mac/key exchange performance tests as well.
2018-08-31 18:45:07 +12:00
..
blake2.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
chacha20.zig speed up chacha20 2018-08-27 22:55:53 -07:00
hmac.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
index.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
md5.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
poly1305.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
sha1.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
sha2.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
sha3.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00
test.zig
throughput_test.zig std/crypto: Update throughput_test.zig to include all hash functions 2018-08-31 18:45:07 +12:00
x25519.zig Make poly1305 and x25519 more idiomatic zig 2018-08-31 18:40:09 +12:00