diff --git a/core/src/gglwe_ciphertext.rs b/core/src/gglwe_ciphertext.rs index c4442dd..22d6749 100644 --- a/core/src/gglwe_ciphertext.rs +++ b/core/src/gglwe_ciphertext.rs @@ -31,7 +31,7 @@ impl GGLWECiphertext, B> { digits ); - assert!( + debug_assert!( rows * digits <= size, "invalid gglwe: rows: {} * digits:{} > ceil(k/basek): {}", rows,