mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
typo
This commit is contained in:
@@ -31,7 +31,7 @@ impl<B: Backend> GGLWECiphertext<Vec<u8>, B> {
|
||||
digits
|
||||
);
|
||||
|
||||
assert!(
|
||||
debug_assert!(
|
||||
rows * digits <= size,
|
||||
"invalid gglwe: rows: {} * digits:{} > ceil(k/basek): {}",
|
||||
rows,
|
||||
|
||||
Reference in New Issue
Block a user