zig/lib/std/crypto/25519
Frank Denis 1872c85ac2 std.crypto.ed25519: support cofactorless verification
Add verifyStrict() functions for cofactorless verification.

Also:

- Support messages < 64 characters in the test vectors
- Allow mulDoubleBasePublic to return the identity as a regular
value. There are valid use cases for this.
2025-09-08 14:25:57 -07:00
..
curve25519.zig std.crypto: remove inline from most functions 2025-07-13 18:26:13 +02:00
ed25519.zig std.crypto.ed25519: support cofactorless verification 2025-09-08 14:25:57 -07:00
edwards25519.zig std.crypto.ed25519: support cofactorless verification 2025-09-08 14:25:57 -07:00
field.zig std.crypto: remove inline from most functions 2025-07-13 18:26:13 +02:00
ristretto255.zig std.crypto: remove inline from most functions 2025-07-13 18:26:13 +02:00
scalar.zig std.crypto: remove inline from most functions 2025-07-13 18:26:13 +02:00
x25519.zig std.crypto: make the key pair API creation consistent (#21955) 2024-11-19 18:05:09 +01:00