uor_addr/ring/shapes/mod.rs
1//! Substitution-axis selections for the ring-element realization.
2
3pub mod bounds;
4
5pub use bounds::{MAX_WITT_LEVEL, RING_VALUE_MAX_BYTES};
6/// Canonical `Hasher<32>` selection. Re-exported from the Prism standard
7/// library; see wiki ADR-031 / ADR-047.
8pub use prism::crypto::Sha256Hasher;