circomspect-program-analysis 0.8.2

Support crate for the Circomspect static analyzer
Documentation
1
2
3
4
5
use program_structure::ast::Version;

pub const COMPILER_VERSION: Version = (2, 1, 4);
pub const DEFAULT_LEVEL: &str = "WARNING";
pub const DEFAULT_CURVE: &str = "BN254";