Trait did_key::ECDH

source ·
pub trait ECDH {
    fn key_exchange(&self, their_public: &Self) -> Vec<u8>;
}
Expand description

Used for Elliptic-curve Diffie–Hellman key exchange operations

Required Methods§

Perform key exchange operation

Implementors§