Initial commit

This commit is contained in:
Pascal Engélibert 2025-07-21 19:34:51 +02:00
commit 00d68d5165
13 changed files with 1129 additions and 0 deletions

7
src/lib.rs Normal file
View file

@ -0,0 +1,7 @@
pub mod matrix;
pub mod ntt;
pub mod poly;
//pub mod r7681;
pub mod ring;
pub mod tuple;
pub mod vector;