zig/lib/std/crypto
Frank Denis 9c2b014ea8 std/crypto: use NAF for multi-scalar edwards25519 multiplication
Transforming scalars to non-adjacent form shrinks the number of
precomputations down to 8, while still processing 4 bits at a time.

However, real-world benchmarks show that the transform is only
really useful with large precomputation tables and for batch
signature verification. So, do it for batch verification only.
2020-11-17 17:07:32 -08:00
..
25519
aes
aegis.zig
aes.zig
aes_gcm.zig
bcrypt.zig
benchmark.zig
blake2.zig
blake3.zig
chacha20.zig
ghash.zig
gimli.zig
hkdf.zig
hmac.zig
isap.zig
md5.zig
modes.zig
pbkdf2.zig
poly1305.zig
salsa20.zig
sha1.zig
sha2.zig
sha3.zig
siphash.zig
test.zig
utils.zig