Struct libp2p_noise::X25519Spec [−][src]
pub struct X25519Spec(_);
Expand description
A X25519 key.
Trait Implementations
Noise protocols for X25519 with libp2p-spec compliant signatures.
Note: Only the XX handshake pattern is currently guaranteed to be interoperable with other libp2p implementations.
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.
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
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
Auto Trait Implementations
impl RefUnwindSafe for X25519Spec
impl Send for X25519Spec
impl Sync for X25519Spec
impl Unpin for X25519Spec
impl UnwindSafe for X25519Spec
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V