halo2/src/primitives.rs

9 lines
163 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
2021-08-10 05:44:04 -07:00
pub mod poseidon;
pub mod sinsemilla;