orchard/src/primitives.rs

10 lines
196 B
Rust

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