This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2025-12-15 18:53:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
lib
/
std
/
crypto
/
25519
History
Frank Denis
fb63a2cfae
std/crypto: faster (mod 2^255-19) square root computation
...
251 squarings, 250 multiplications -> 251 squarings, 11 multiplications
2020-10-06 19:48:26 -04:00
..
curve25519.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
ed25519.zig
Hash functions now accept an option set
2020-08-21 00:51:14 +02:00
edwards25519.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
field.zig
std/crypto: faster (mod 2^255-19) square root computation
2020-10-06 19:48:26 -04:00
ristretto255.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
scalar.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
x25519.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00