Type Alias PopoDecKeyChallContent

Source
pub type PopoDecKeyChallContent = Vec<Challenge>;
Expand description

The POPODecKeyChallContent type is defined in RFC 4210 Section 5.2.8.3.

 POPODecKeyChallContent ::= SEQUENCE OF Challenge

Aliased Typeยง

pub struct PopoDecKeyChallContent { /* private fields */ }