Function sp1_recursion_core::stark::utils::sp1_dev_mode
source ยท pub fn sp1_dev_mode() -> bool
Expand description
Returns whether the SP1_DEV
environment variable is enabled or disabled.
This variable controls whether a smaller version of the circuit will be used for generating the PLONK proofs. This is useful for development and testing purposes.
By default, the variable is disabled.