zig/lib/std/crypto/25519
Frank Denis 6f9ea9eaef Breaking: sort std/crypto functions into categories
Instead of having all primitives and constructions share the same namespace,
they are now organized by category and function family.

Types within the same category are expected to share the exact same API.
2020-08-20 23:02:05 +02:00
..
curve25519.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ed25519.zig Breaking: sort std/crypto functions into categories 2020-08-20 23:02:05 +02:00
edwards25519.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
field.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ristretto255.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
scalar.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
x25519.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00