Type Alias ItemVerifyingKey

Source
pub type ItemVerifyingKey = VerifyingKey;
Expand description

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

Aliased Type§

struct ItemVerifyingKey { /* private fields */ }

Implementations

§

impl VerifyingKey

pub fn build() -> VerifyingKey

Builds the verifying key.

Trait Implementations

§

impl Debug for VerifyingKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more