mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
typo
This commit is contained in:
@@ -9,8 +9,8 @@ use sampling::source::Source;
|
|||||||
use std::cmp::min;
|
use std::cmp::min;
|
||||||
|
|
||||||
impl Module {
|
impl Module {
|
||||||
pub fn new_vec_znx(&self, log_base2k: usize, log_q: usize) -> VecZnx {
|
pub fn new_vec_znx(&self, log_base2k: usize, limbs: usize) -> VecZnx {
|
||||||
VecZnx::new(self.n(), log_base2k, log_q)
|
VecZnx::new(self.n(), log_base2k, limbs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user