orchard/src/primitives.rs

8 lines
144 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;