halo2/src/constants.rs

5 lines
133 B
Rust
Raw Normal View History

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