From f72363cc4b44927ff61b211783462a6f00859462 Mon Sep 17 00:00:00 2001 From: Pro7ech Date: Fri, 10 Oct 2025 15:52:17 +0200 Subject: [PATCH] Correct GGSWInfos trait --- poulpy-core/src/layouts/ggsw_ct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poulpy-core/src/layouts/ggsw_ct.rs b/poulpy-core/src/layouts/ggsw_ct.rs index dacec88..f1bb228 100644 --- a/poulpy-core/src/layouts/ggsw_ct.rs +++ b/poulpy-core/src/layouts/ggsw_ct.rs @@ -12,7 +12,7 @@ where { fn dnum(&self) -> Dnum; fn dsize(&self) -> Dsize; - fn layout(&self) -> GGSWCiphertextLayout { + fn ggsw_layout(&self) -> GGSWCiphertextLayout { GGSWCiphertextLayout { n: self.n(), base2k: self.base2k(),