feat: adapt test runner for gcm aes and add test cases

This commit is contained in:
0xalivecow 2024-11-03 11:20:09 +01:00
parent e33a26adab
commit 6bef350301
No known key found for this signature in database
5 changed files with 88 additions and 6 deletions

View file

@ -1,4 +1,5 @@
pub mod block2poly;
pub mod gcm;
pub mod gfmul;
pub mod poly2block;
pub mod sea128;