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§
fn take_gglwe_automorphism_key<A>(
&mut self,
infos: &A,
) -> (GGLWEAutomorphismKey<&mut [u8]>, &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.