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