TakeGGLWEAutomorphismKeyPrepared

Trait TakeGGLWEAutomorphismKeyPrepared 

Source
pub trait TakeGGLWEAutomorphismKeyPrepared<B: Backend> {
    // Required method
    fn take_gglwe_automorphism_key_prepared<A>(
        &mut self,
        infos: &A,
    ) -> (GGLWEAutomorphismKeyPrepared<&mut [u8], B>, &mut Self)
       where A: GGLWELayoutInfos;
}

Required Methods§

Source

fn take_gglwe_automorphism_key_prepared<A>( &mut self, infos: &A, ) -> (GGLWEAutomorphismKeyPrepared<&mut [u8], B>, &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> TakeGGLWEAutomorphismKeyPrepared<B> for Scratch<B>

Source§

fn take_gglwe_automorphism_key_prepared<A>( &mut self, infos: &A, ) -> (GGLWEAutomorphismKeyPrepared<&mut [u8], B>, &mut Self)

Implementors§