Skip to main content

PROOF_MAX_NUM_PVS

Constant PROOF_MAX_NUM_PVS 

Source
pub const PROOF_MAX_NUM_PVS: usize = 187;
Expand description

The maximum number of elements that can be stored in the public values vec. Both SP1 and recursive proofs need to pad their public values vec to this length. This is required since the recursion verification program expects the public values vec to be fixed length.