pub trait SharedSecretKey: Clone + Zeroize + Debug { }
Expand description

Trait represents a shared secret key (e.g. obtained via DH exchange).

Implementors§