From e6ec588d6d29dfaf5dc2fa9c0147ae94cf67e09a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bossuat Date: Tue, 17 Jun 2025 09:20:36 +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 7f23071..b1fce51 100644 --- a/core/src/gglwe_ciphertext.rs +++ b/core/src/gglwe_ciphertext.rs @@ -72,7 +72,7 @@ impl GGLWECiphertext, B> { size ); - module.bytes_of_mat_znx_dft(rows, rank_in, rank_out + 1, rows) + module.bytes_of_mat_znx_dft(rows, rank_in, rank_out + 1, size) } }