Replaced manual core structs scratch allocation by new API on Scratch

This commit is contained in:
Jean-Philippe Bossuat
2025-05-28 15:59:49 +02:00
parent f2b671329d
commit 8209fb4e40
9 changed files with 95 additions and 234 deletions

View File

@@ -1,6 +1,6 @@
use backend::{Backend, Module, ZnxInfos};
use crate::{glwe_ciphertext_fourier::GLWECiphertextFourier, utils::derive_size};
use crate::{GLWECiphertextFourier, derive_size};
pub trait Infos {
type Inner: ZnxInfos;