pub type ItemVerifyingKey = PreparedVerifyingKey<Bls12>;
The type of a prepared verifying key. This is the key used to verify individual items.
struct ItemVerifyingKey { /* private fields */ }