refactor: Refactor gfmul function to enable use in XEX

This commit is contained in:
0xalivecow 2024-10-27 22:32:14 +01:00
parent f6fe75b987
commit 5c1c0f6c5e
No known key found for this signature in database
5 changed files with 16 additions and 9 deletions

View file

@ -2,3 +2,4 @@ pub mod block2poly;
pub mod gfmul;
pub mod poly2block;
pub mod sea128;
pub mod xex;