zig/lib/std/crypto/25519
Frank Denis 8e8a143d62
Avoid logic where we return success in case of an error (#25251)
In ed25519.zig, we checked if a test succeeds, in which case we
returned an error. This was confusing, and Andrew pointed out that
Zig weights branches against errors by default.
2025-09-17 12:09:35 +02:00
..
curve25519.zig std.crypto: remove inline from most functions 2025-07-13 18:26:13 +02:00
ed25519.zig Avoid logic where we return success in case of an error (#25251) 2025-09-17 12:09:35 +02: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