VerificationKey

Type Alias VerificationKey 

pub type VerificationKey = HashDigest;
Expand description

A key to identify and verify proofs.

A verification key identifies specific local laws and serves as input to the global laws program. The verification key is usually a hash of the local laws ELF.

Aliased Typeยง

pub struct VerificationKey(/* private fields */);