Struct nash_protocol::types::keys::KeyMap [−][src]
pub struct KeyMap {
pub child_keys: HashMap<String, KeyfileChildKey>,
pub paillier_pk: EncryptionKey,
pub payload_public_key: BigInt,
pub payload_signing_key: BigInt,
pub version: u32,
}Expand description
Decoding of key list base64 data
Fields
child_keys: HashMap<String, KeyfileChildKey>paillier_pk: EncryptionKeypayload_public_key: BigIntpayload_signing_key: BigIntversion: u32Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for KeyMap
impl UnwindSafe for KeyMap
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more