zig/lib/std/crypto
Frank Denis 72064eba23 std/crypto: vectorize BLAKE3
Gives a ~40% speedup on x86_64.

However, the generic code remains faster on aarch64.

This is still processing only one block at a time for now.

I'm pretty confident that processing more blocks per round
will eventually give a substantial performance improvement on
all platforms with vector units.
2020-10-25 21:13:14 -04:00
..
25519 Move ed25519 key pairs to a KeyPair structure 2020-10-25 21:55:05 +01:00
aes Fix a typo (s/multple/multiple/) 2020-10-24 07:57:34 +02:00
aegis.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
aes.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
aes_gcm.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
bcrypt.zig std/crypto: add the bcrypt password hashing function 2020-10-25 21:11:40 -04:00
benchmark.zig Move ed25519 key pairs to a KeyPair structure 2020-10-25 21:55:05 +01:00
blake2.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
blake3.zig std/crypto: vectorize BLAKE3 2020-10-25 21:13:14 -04:00
chacha20.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
ghash.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
gimli.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
hkdf.zig Remove unused var, sort std.crypto.* 2020-09-30 01:39:55 +02:00
hmac.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
md5.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
modes.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
pbkdf2.zig Add an error set 2020-09-16 01:58:48 +03:00
poly1305.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
salsa20.zig Add (X)Salsa20 and NaCl boxes 2020-10-25 18:04:12 +01:00
sha1.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
sha2.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
sha3.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
siphash.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
test.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00