Type Alias NonSnarkVerificationKeyHash

Source
type NonSnarkVerificationKeyHash = Option<Fp>;

Aliased Type§

enum NonSnarkVerificationKeyHash {
    None,
    Some(Fp<MontBackend<FqConfig, 4>, 4>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Fp<MontBackend<FqConfig, 4>, 4>)

Some value of type T.