zig/lib/std/crypto/25519
mlugg bc797a97b1
std: update for new CallingConvention
The old `CallingConvention` type is replaced with the new
`NewCallingConvention`. References to `NewCallingConvention` in the
compiler are updated accordingly. In addition, a few parts of the
standard library are updated to use the new type correctly.
2024-10-19 19:15:23 +01:00
..
curve25519.zig crypto.edwards25519: add the ability to check for group membership (#20175) 2024-06-04 10:11:05 +02:00
ed25519.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
edwards25519.zig crypto.edwards25519: add the ability to check for group membership (#20175) 2024-06-04 10:11:05 +02:00
field.zig std: update for new CallingConvention 2024-10-19 19:15:23 +01:00
ristretto255.zig x86_64: pass more tests 2023-10-25 04:28:30 -04:00
scalar.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
x25519.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00