pub enum ProofError {
    InvalidKey: (),
    InvalidProofLength: (),
}

Variants

InvalidKey: ()

InvalidProofLength: ()