fixed benches

This commit is contained in:
Jean-Philippe Bossuat
2025-05-22 09:46:29 +02:00
parent 27a5395ce2
commit dbbbe2bd92
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use backend::{Module, ScalarZnx, ScalarZnxAlloc, ScratchOwned, FFT64};
use criterion::{BenchmarkId, Criterion, black_box, criterion_group, criterion_main};
use rlwe::{
use core::{
elem::Infos,
ggsw_ciphertext::GGSWCiphertext,
glwe_ciphertext::GLWECiphertext,

View File

@@ -1,6 +1,6 @@
use backend::{FFT64, Module, ScratchOwned};
use criterion::{BenchmarkId, Criterion, black_box, criterion_group, criterion_main};
use rlwe::{
use core::{
elem::Infos,
glwe_ciphertext::GLWECiphertext,
keys::{SecretKey, SecretKeyFourier},