feat: add division and powmod (WIP) and start adapting task runner

This commit is contained in:
alivecow 2024-11-14 22:30:55 +01:00
parent a05f2f02b6
commit deb4261121
4 changed files with 183 additions and 16 deletions

View file

@ -2,6 +2,7 @@ pub mod block2poly;
pub mod gcm;
pub mod gfmul;
pub mod pad_oracle;
pub mod pfmath;
pub mod poly2block;
pub mod sea128;
pub mod xex;