Struct serde_encrypt::key::key_pair::ReceiverKeyPair [−][src]
pub struct ReceiverKeyPair { /* fields omitted */ }Expand description
Message receiver’s key pair
Trait Implementations
type R = RngSingletonImpl
type R = RngSingletonImplRNG singleton
fn new(
receiver_private_key: ReceiverPrivateKey,
receiver_public_key: ReceiverPublicKey
) -> Self where
Self: Sized, [src]
fn new(
receiver_private_key: ReceiverPrivateKey,
receiver_public_key: ReceiverPublicKey
) -> Self where
Self: Sized, [src]Constructor
Ref to private key.
Ref to public key.
Auto Trait Implementations
impl RefUnwindSafe for ReceiverKeyPairimpl Send for ReceiverKeyPairimpl Sync for ReceiverKeyPairimpl Unpin for ReceiverKeyPairimpl UnwindSafe for ReceiverKeyPairBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V