This commit is contained in:
Jean-Philippe Bossuat
2025-01-09 18:02:26 +01:00
parent 236978d1b0
commit 0886e439e0
5 changed files with 147 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ pub mod ring;
pub mod scalar;
pub const CHUNK: usize = 8;
pub const GALOISGENERATOR: usize = 5;
pub mod macros {