Struct x25519_dalek::SharedSecret [−][src]
pub struct SharedSecret(_);
Expand description
The result of a Diffie-Hellman key exchange.
Each party computes this using their EphemeralSecret
or StaticSecret
and their
counterparty’s PublicKey
.
Implementations
impl SharedSecret
[src]
impl SharedSecret
[src]Trait Implementations
impl Drop for SharedSecret
[src]
impl Drop for SharedSecret
[src]