TakeGGLWETensorKeyPrepared

Trait TakeGGLWETensorKeyPrepared 

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

Required Methods§

Source

fn take_gglwe_tensor_key_prepared<A>( &mut self, infos: &A, ) -> (GGLWETensorKeyPrepared<&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> TakeGGLWETensorKeyPrepared<B> for Scratch<B>
where Scratch<B>: TakeVmpPMat<B>,

Source§

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

Implementors§