Struct libp2p::noise::X25519Spec [−][src]
pub struct X25519Spec(_);
A X25519 key.
Trait Implementations
impl Clone 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]
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]
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> 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>,