From 122bdce9309aa139ce3911b149ea121a03e2f4ee Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bossuat Date: Fri, 24 Oct 2025 15:07:04 +0200 Subject: [PATCH] Typo --- poulpy-core/src/layouts/glwe_automorphism_key.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }