mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Remove Zn (replaced by VecZnx), add more cross-base2k ops & tests
This commit is contained in:
@@ -23,7 +23,7 @@ where
|
||||
where
|
||||
A: LWEInfos,
|
||||
{
|
||||
let (data, scratch) = self.take_zn(infos.n().into(), 1, infos.size());
|
||||
let (data, scratch) = self.take_vec_znx(infos.n().into(), 1, infos.size());
|
||||
(
|
||||
LWE {
|
||||
k: infos.k(),
|
||||
|
||||
Reference in New Issue
Block a user