orchard/src/constants.rs

5 lines
137 B
Rust

//! Constants used in the Orchard protocol.
/// $\ell^\mathsf{Orchard}_\mathsf{scalar}$
pub(crate) const L_ORCHARD_SCALAR: usize = 255;