script update + readme

This commit is contained in:
Sam Hadow
2025-04-30 14:22:28 +02:00
parent 477587aa68
commit d858373b51
3 changed files with 30 additions and 4 deletions
+2 -2
View File
@@ -120,11 +120,11 @@ mod tests {
int!(8),
int!(12),
int!(0),
int!(-5),
int!(5),
int!(0),
int!(0),
int!(0),
int!(-5),
int!(5),
];
let lattice = Matrix::new_lattice(noise_bits, ciphertexts).unwrap();