This commit is contained in:
Jean-Philippe Bossuat
2025-06-17 09:20:36 +02:00
parent 655b22ef21
commit e6ec588d6d

View File

@@ -72,7 +72,7 @@ impl<B: Backend> GGLWECiphertext<Vec<u8>, B> {
size 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)
} }
} }