TakeGGLWEAutomorphismKey

Trait TakeGGLWEAutomorphismKey 

Source
pub trait TakeGGLWEAutomorphismKey {
    // Required method
    fn take_gglwe_automorphism_key<A>(
        &mut self,
        infos: &A,
    ) -> (GGLWEAutomorphismKey<&mut [u8]>, &mut Self)
       where A: GGLWELayoutInfos;
}

Required Methods§

Source

fn take_gglwe_automorphism_key<A>( &mut self, infos: &A, ) -> (GGLWEAutomorphismKey<&mut [u8]>, &mut Self)

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> TakeGGLWEAutomorphismKey for Scratch<B>
where Scratch<B>: TakeMatZnx,

Source§

fn take_gglwe_automorphism_key<A>( &mut self, infos: &A, ) -> (GGLWEAutomorphismKey<&mut [u8]>, &mut Self)

Implementors§