Trait pqcrypto_traits::kem::PublicKey[][src]

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

A public key for a KEM

Required methods

Implementors