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