Type Alias Pair

Source
pub type Pair<'p> = (Verifier<'p>, Challenge);
Expand description

Represents (verifier, challenge) pairs.

Trait Implementations§

Source§

impl<'c> From<Code<'c>> for Pair<'c>

Source§

fn from(code: Code<'c>) -> Self

Converts to this type from the input type.