split mat_znx into struct and ops + added missing ops on module

This commit is contained in:
Jean-Philippe Bossuat
2025-05-01 08:39:51 +02:00
parent 7233e2509d
commit 4e6fce3458
3 changed files with 540 additions and 524 deletions

View File

@@ -3,6 +3,7 @@ pub mod encoding;
// Other modules and exports
pub mod ffi;
pub mod mat_znx_dft;
pub mod mat_znx_dft_ops;
pub mod module;
pub mod sampling;
pub mod scalar_znx;
@@ -19,6 +20,7 @@ pub mod znx_base;
pub use encoding::*;
pub use mat_znx_dft::*;
pub use mat_znx_dft_ops::*;
pub use module::*;
pub use sampling::*;
pub use scalar_znx::*;