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) } }