GLWEPlaintextToMut

Trait GLWEPlaintextToMut 

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

Required Methods§

Source

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

Implementors§