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-23 06:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/crypto/25519
History
Frank Denis fa321a07cd
crypto.sign.ed25519: include a context string in blind key signatures (#12316)
The next revision of the specification is going to include a context
string in the way blinded scalars are computed.

See:
https://github.com/cfrg/draft-irtf-cfrg-signature-key-blinding/issues/30#issuecomment-1180516152
https://github.com/cfrg/draft-irtf-cfrg-signature-key-blinding/pull/37
2022-08-03 15:25:15 +02:00
..
curve25519.zig
crypto/x25519: implement clearCofactor() (#11355)
2022-04-07 10:46:23 +02:00
ed25519.zig
crypto.sign.ed25519: include a context string in blind key signatures (#12316)
2022-08-03 15:25:15 +02:00
edwards25519.zig
edwards25519 fixes (#11568)
2022-05-03 05:28:34 +02:00
field.zig
std.crypto.25519.field: avoid excessive inlining
2022-06-27 19:11:55 -07:00
ristretto255.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
scalar.zig
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
2022-06-29 07:44:43 +02:00
x25519.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00