everything compiles. Scratchpad not yet implemented

This commit is contained in:
Janmajaya Mall
2025-05-03 16:37:20 +05:30
parent 3ed6fa8ab5
commit ff8370e023
19 changed files with 919 additions and 504 deletions

View File

@@ -33,7 +33,7 @@ impl Backend for NTT120 {
pub struct Module<B: Backend> {
pub ptr: *mut MODULE,
pub n: usize,
n: usize,
_marker: PhantomData<B>,
}