pub type OneTimeKeyId = KeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Expand description
Algorithm + key name for one-time and fallback keys.
Aliased Typeยง
pub struct OneTimeKeyId(/* private fields */);
pub type OneTimeKeyId = KeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Algorithm + key name for one-time and fallback keys.
pub struct OneTimeKeyId(/* private fields */);