pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>, Raw<OneTimeKey>>>;
Expand description
The one-time keys for a given device.
Aliased Typeยง
struct OneTimeKeys { /* private fields */ }
pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>, Raw<OneTimeKey>>>;
The one-time keys for a given device.
struct OneTimeKeys { /* private fields */ }