wip: change of approach, enables to select columns on which to operate

This commit is contained in:
Jean-Philippe Bossuat
2025-04-29 18:14:16 +02:00
parent 4f54234bc4
commit 917a472437
7 changed files with 250 additions and 738 deletions

View File

@@ -193,8 +193,8 @@ impl VecZnx {
normalize(log_base2k, self, carry)
}
pub fn switch_degree(&self, a: &mut Self) {
switch_degree(a, self)
pub fn switch_degree(&self, col: usize, a: &mut Self, col_a: usize) {
switch_degree(a, col_a, self, col)
}
// Prints the first `n` coefficients of each limb