mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Correct GGSWInfos trait
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user