orchard/src/primitives.rs

8 lines
144 B
Rust

//! Primitives used in the Orchard protocol.
// TODO:
// - DH stuff
// - EphemeralPublicKey
// - EphemeralSecretKey
pub mod redpallas;