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ยง
pub struct ItemVerifyingKey { /* private fields */ }
pub type ItemVerifyingKey = PreparedVerifyingKey<Bls12>;
The type of a prepared verifying key. This is the key used to verify individual items.
pub struct ItemVerifyingKey { /* private fields */ }