diff --git a/poulpy-core/src/layouts/glwe_automorphism_key.rs b/poulpy-core/src/layouts/glwe_automorphism_key.rs index a378e6d..b04ca4d 100644 --- a/poulpy-core/src/layouts/glwe_automorphism_key.rs +++ b/poulpy-core/src/layouts/glwe_automorphism_key.rs @@ -202,7 +202,7 @@ impl GGLWEToMut for GLWEAutomorphismKey { } } -impl GGLWEToRef for GLWEAutomorphismKey { +impl GGLWEToRef for GLWEAutomorphismKey { fn to_ref(&self) -> GGLWE<&[u8]> { self.key.to_ref() }