GLWEPlaintextToRef

Trait GLWEPlaintextToRef 

Source
pub trait GLWEPlaintextToRef {
    // Required method
    fn to_ref(&self) -> GLWEPlaintext<&[u8]>;
}

Required Methods§

Source

fn to_ref(&self) -> GLWEPlaintext<&[u8]>

Implementors§