Struct libp2p::noise::X25519Spec [−][src]
A X25519 key.
Trait Implementations
impl AsRef<[u8]> for X25519Spec
[src]
impl Clone for X25519Spec
[src]
pub fn clone(&self) -> X25519Spec
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Protocol<X25519Spec> for X25519Spec
[src]
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.
pub fn params_ik() -> ProtocolParams
[src]
pub fn params_ix() -> ProtocolParams
[src]
pub fn params_xx() -> ProtocolParams
[src]
pub fn public_from_bytes(
bytes: &[u8]
) -> Result<PublicKey<X25519Spec>, NoiseError>
[src]
bytes: &[u8]
) -> Result<PublicKey<X25519Spec>, NoiseError>
pub fn verify(
id_pk: &PublicKey,
dh_pk: &PublicKey<X25519Spec>,
sig: &Option<Vec<u8, Global>>
) -> bool
[src]
id_pk: &PublicKey,
dh_pk: &PublicKey<X25519Spec>,
sig: &Option<Vec<u8, Global>>
) -> bool
pub fn sign(
id_keys: &Keypair,
dh_pk: &PublicKey<X25519Spec>
) -> Result<Vec<u8, Global>, NoiseError>
[src]
id_keys: &Keypair,
dh_pk: &PublicKey<X25519Spec>
) -> Result<Vec<u8, Global>, NoiseError>
pub fn linked(id_pk: &PublicKey, dh_pk: &PublicKey<C>) -> bool
[src]
impl Zeroize for X25519Spec
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ProtocolName for T where
T: AsRef<[u8]>,
[src]
T: AsRef<[u8]>,
pub fn protocol_name(&self) -> &[u8]ⓘ
[src]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,