Correct GGSWInfos trait

This commit is contained in:
Pro7ech
2025-10-10 15:52:17 +02:00
parent c49db0688f
commit f72363cc4b

View File

@@ -12,7 +12,7 @@ where
{ {
fn dnum(&self) -> Dnum; fn dnum(&self) -> Dnum;
fn dsize(&self) -> Dsize; fn dsize(&self) -> Dsize;
fn layout(&self) -> GGSWCiphertextLayout { fn ggsw_layout(&self) -> GGSWCiphertextLayout {
GGSWCiphertextLayout { GGSWCiphertextLayout {
n: self.n(), n: self.n(),
base2k: self.base2k(), base2k: self.base2k(),