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