Trait pqcrypto_traits::kem::SharedSecret[][src]

pub trait SharedSecret {
    fn as_bytes(&self) -> &[u8];
fn from_bytes(bytes: &[u8]) -> Result<Self>
    where
        Self: Sized + Clone + Copy
; }
Expand description

The shared secret that should be agreed on.

Required methods

Implementors