halo2/src/constants.rs

5 lines
137 B
Rust
Raw Normal View History

2021-03-05 15:25:45 -08:00
//! Constants used in the Orchard protocol.
/// $\ell^\mathsf{Orchard}_\mathsf{scalar}$
pub(crate) const L_ORCHARD_SCALAR: usize = 255;