From ca19def72f583b716136dfaa1b31678793f93ead Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bossuat Date: Tue, 17 Jun 2025 09:33:35 +0200 Subject: [PATCH] typo --- core/src/gglwe_ciphertext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,