This commit is contained in:
Pro7ech
2025-10-14 18:46:25 +02:00
parent 0533cdff8a
commit 72dca47cbe
153 changed files with 3099 additions and 1956 deletions

View File

@@ -11,7 +11,7 @@ pub trait VecZnxDftFromBytes<B: Backend> {
}
pub trait VecZnxDftAllocBytes {
fn vec_znx_dft_alloc_bytes(&self, cols: usize, size: usize) -> usize;
fn vec_znx_dft_bytes_of(&self, cols: usize, size: usize) -> usize;
}
pub trait VecZnxDftApply<B: Backend> {