pub trait ProofConstants {
const PRIMARY_LEN: usize;
const AUX_LEN: usize;
const PREVIOUS_CHALLENGES: usize;
const ROWS: usize;
}
Required Associated Constants§
Sourceconst PRIMARY_LEN: usize
const PRIMARY_LEN: usize
Number of public inputs
const PREVIOUS_CHALLENGES: usize
const ROWS: usize
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.