Struct libp2p::noise::X25519 [−][src]
pub struct X25519(_);
A X25519 key.
Trait Implementations
impl Protocol<X25519> 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]>,
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> ToHex for T where
T: AsRef<[u8]>,
[src]
impl<T> ToHex for T where
T: AsRef<[u8]>,
[src]pub fn encode_hex<U>(&self) -> U where
U: FromIterator<char>,
[src]
U: FromIterator<char>,
pub fn encode_hex_upper<U>(&self) -> U where
U: FromIterator<char>,
[src]
U: FromIterator<char>,