GLWEPreparedToRef

Trait GLWEPreparedToRef 

Source
pub trait GLWEPreparedToRef<B: Backend> {
    // Required method
    fn to_ref(&self) -> GLWEPrepared<&[u8], B>;
}

Required Methods§

Source

fn to_ref(&self) -> GLWEPrepared<&[u8], B>

Implementors§