Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IntegrityWithConfigT

Fully qualified path: integrity::lib_utils::IntegrityWithConfigT

[derive(Drop, Copy, Serde)]
struct IntegrityWithConfigT<Base> {
    base: Base,
    verifier_config_hash: felt252,
    security_bits: u32,
}

Members

base

Fully qualified path: integrity::lib_utils::IntegrityWithConfigT::base

base: Base

verifier_config_hash

Fully qualified path: integrity::lib_utils::IntegrityWithConfigT::verifier_config_hash

verifier_config_hash: felt252

security_bits

Fully qualified path: integrity::lib_utils::IntegrityWithConfigT::security_bits

security_bits: u32