mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Crates io (#76)
* crates re-organisation * fixed typo in layout & added test for vmp_apply * updated dependencies
This commit is contained in:
committed by
GitHub
parent
dce4d82706
commit
a1de248567
@@ -7,15 +7,14 @@ use poulpy_core::{
|
||||
};
|
||||
use std::time::Instant;
|
||||
|
||||
use poulpy_backend::{
|
||||
hal::{
|
||||
api::{ModuleNew, ScratchOwnedAlloc, ScratchOwnedBorrow, VecZnxNormalizeInplace, ZnxView, ZnxViewMut},
|
||||
layouts::{Module, ScalarZnx, ScratchOwned},
|
||||
source::Source,
|
||||
},
|
||||
implementation::cpu_spqlios::FFT64,
|
||||
use poulpy_hal::{
|
||||
api::{ModuleNew, ScratchOwnedAlloc, ScratchOwnedBorrow, VecZnxNormalizeInplace, ZnxView, ZnxViewMut},
|
||||
layouts::{Module, ScalarZnx, ScratchOwned},
|
||||
source::Source,
|
||||
};
|
||||
|
||||
use poulpy_backend::cpu_spqlios::FFT64;
|
||||
|
||||
use poulpy_schemes::tfhe::{
|
||||
blind_rotation::CGGI,
|
||||
circuit_bootstrapping::{
|
||||
|
||||
Reference in New Issue
Block a user