OneTimeKeyId

Type Alias OneTimeKeyId 

pub type OneTimeKeyId = KeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Expand description

Algorithm + key name for one-time and fallback keys.

Aliased Typeยง

pub struct OneTimeKeyId(/* private fields */);