TakeGLWECt

Trait TakeGLWECt 

Source
pub trait TakeGLWECt {
    // Required method
    fn take_glwe_ct<A>(
        &mut self,
        infos: &A,
    ) -> (GLWECiphertext<&mut [u8]>, &mut Self)
       where A: GLWEInfos;
}

Required Methods§

Source

fn take_glwe_ct<A>( &mut self, infos: &A, ) -> (GLWECiphertext<&mut [u8]>, &mut Self)
where A: GLWEInfos,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<B: Backend> TakeGLWECt for Scratch<B>
where Scratch<B>: TakeVecZnx,

Source§

fn take_glwe_ct<A>( &mut self, infos: &A, ) -> (GLWECiphertext<&mut [u8]>, &mut Self)
where A: GLWEInfos,

Implementors§