pub trait TakeGGLWEPrepared<B: Backend> {
// Required method
fn take_gglwe_prepared<A>(
&mut self,
infos: &A,
) -> (GGLWECiphertextPrepared<&mut [u8], B>, &mut Self)
where A: GGLWELayoutInfos;
}Required Methods§
fn take_gglwe_prepared<A>(
&mut self,
infos: &A,
) -> (GGLWECiphertextPrepared<&mut [u8], B>, &mut Self)where
A: GGLWELayoutInfos,
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.