halo2/halo2_gadgets/src/primitives.rs

9 lines
163 B
Rust

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