lib25519-sys 0.1.1

Rust Bindings for lib25519
Documentation
1
2
3
4
5
/// Ed25519 public-key signature algorithms
pub mod ed25519;

/// Curve25519 key-exchange algorithms
pub mod x25519;