zig/lib/std/crypto/25519
Frank Denis 6f0807f50f
crypto.sign.ed25519: add support for blind key signatures (#11868)
Key blinding allows public keys to be augmented with a secret
scalar, making multiple signatures from the same signer unlinkable.

https://datatracker.ietf.org/doc/draft-dew-cfrg-signature-key-blinding/

This is required by privacy-preserving applications such as Tor
onion services and the PrivacyPass protocol.
2022-07-08 13:21:37 +02:00
..
curve25519.zig crypto/x25519: implement clearCofactor() (#11355) 2022-04-07 10:46:23 +02:00
ed25519.zig crypto.sign.ed25519: add support for blind key signatures (#11868) 2022-07-08 13:21:37 +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