snops-common 0.1.0

Common types and utilities for snops
Documentation
1
2
3
4
5
6
7
8
9
10
pub const MASK_PREFIX_LEN: usize = 5;

#[repr(usize)]
pub enum MaskBit {
    Validator = 0,
    Prover = 1,
    Client = 2,
    Compute = 3,
    LocalPrivateKey = 4,
}