zig/lib/std/crypto
Frank Denis 0fb6fdd7eb Support variable-time edwards25519 scalar multiplication
This is useful to save some CPU cycles when the scalar is public,
such as when verifying signatures.
2020-10-22 09:58:26 +02:00
..
25519 Support variable-time edwards25519 scalar multiplication 2020-10-22 09:58:26 +02:00
aes std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04: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
benchmark.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
blake2.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
blake3.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -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
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