Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-16 11:13:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/crypto/25519
History
Frank Denis 3f134cfe5e edwards25519 - skip useless operations and duplicate lookup table
Just some trivial changes; no functional changes.

Skip useless nul additions and multiplications and comptime the
basepoint multiples only once.
2020-11-18 21:45:42 -08:00
..
curve25519.zig
std/crypto/x25519: return encoded points directly + ed->mont map
2020-10-29 14:39:58 -04:00
ed25519.zig
Move ed25519 key pairs to a KeyPair structure
2020-10-25 21:55:05 +01:00
edwards25519.zig
edwards25519 - skip useless operations and duplicate lookup table
2020-11-18 21:45:42 -08:00
field.zig
std/crypto: faster (mod 2^255-19) square root computation
2020-10-06 19:48:26 -04:00
ristretto255.zig
std/crypto/x25519: return encoded points directly + ed->mont map
2020-10-29 14:39:58 -04:00
scalar.zig
std/crypto/25519: use Barrett reduction for scalars (mod l)
2020-10-22 09:58:26 +02:00
x25519.zig
std/crypto/x25519: return encoded points directly + ed->mont map
2020-10-29 14:39:58 -04:00