Skip to main content

lib25519_sys/
lib.rs

1/// Ed25519 public-key signature algorithms
2pub mod ed25519;
3
4/// Curve25519 key-exchange algorithms
5pub mod x25519;