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

pub trait SharedSecret {
    fn as_bytes(&self) -> &[u8];
fn from_bytes(bytes: &[u8]) -> Self
    where
        Self: Sized
; }

Required methods

fn as_bytes(&self) -> &[u8]

fn from_bytes(bytes: &[u8]) -> Self where
    Self: Sized

Loading content...

Implementors

Loading content...