Struct libp2p_noise::X25519 [−][src]
pub struct X25519(_);
Expand description
A X25519 key.
Trait Implementations
Legacy Noise protocol for X25519.
Note: This Protocol
provides no configuration that
is interoperable with other libp2p implementations.
See crate::X25519Spec
instead.
The protocol parameters for the IK handshake pattern.
The protocol parameters for the IX handshake pattern.
The protocol parameters for the XX handshake pattern.
Construct a DH public key from a byte slice.
Determines whether the authenticity of the given DH static public key and public identity key is linked, i.e. that proof of ownership of a secret key for the static DH public key implies that the key is authentic w.r.t. the given public identity key. Read more
Verifies that a given static DH public key is authentic w.r.t. a given public identity key in the context of an optional signature. Read more
Auto Trait Implementations
impl RefUnwindSafe for X25519
impl UnwindSafe for X25519
Blanket Implementations
Mutably borrows from an owned value. Read more