Type Alias zebra_consensus::groth16::ItemVerifyingKey

source ·
pub type ItemVerifyingKey = PreparedVerifyingKey<Bls12>;
Expand description

The type of a prepared verifying key. This is the key used to verify individual items.

Aliased Type§

struct ItemVerifyingKey { /* private fields */ }