Struct libp2p::noise::X25519 [−][src]
A X25519 key.
Trait Implementations
impl AsRef<[u8]> for X25519
[src]
impl Clone for X25519
[src]
impl Protocol<X25519> for X25519
[src]
Legacy Noise protocol for X25519.
Note: This Protocol
provides no configuration that
is interoperable with other libp2p implementations.
See crate::X25519Spec
instead.
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<X25519>, NoiseError>
[src]
pub fn linked(id_pk: &PublicKey, dh_pk: &PublicKey<X25519>) -> bool
[src]
pub fn verify(
id_pk: &PublicKey,
dh_pk: &PublicKey<C>,
sig: &Option<Vec<u8, Global>>
) -> bool where
C: AsRef<[u8]>,
[src]
id_pk: &PublicKey,
dh_pk: &PublicKey<C>,
sig: &Option<Vec<u8, Global>>
) -> bool where
C: AsRef<[u8]>,
pub fn sign(
id_keys: &Keypair,
dh_pk: &PublicKey<C>
) -> Result<Vec<u8, Global>, NoiseError> where
C: AsRef<[u8]>,
[src]
id_keys: &Keypair,
dh_pk: &PublicKey<C>
) -> Result<Vec<u8, Global>, NoiseError> where
C: AsRef<[u8]>,
impl Zeroize for X25519
[src]
Auto Trait Implementations
impl RefUnwindSafe for X25519
impl Send for X25519
impl Sync for X25519
impl Unpin for X25519
impl UnwindSafe for X25519
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>,