orchard/src/primitives.rs

9 lines
171 B
Rust
Raw Normal View History

2021-01-20 12:35:54 -08:00
//! Primitives used in the Orchard protocol.
// TODO:
// - DH stuff
// - EphemeralPublicKey
// - EphemeralSecretKey
pub mod redpallas;
2021-02-24 15:04:43 -08:00
pub(crate) mod sinsemilla;