GLWECiphertextToRef

Trait GLWECiphertextToRef 

Source
pub trait GLWECiphertextToRef: Infos {
    // Required method
    fn to_ref(&self) -> GLWECiphertext<&[u8]>;
}

Required Methods§

Source

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

Implementors§