Add tests for all functions of each algorithm against AEGIS test vectors (JSON). Incremental updates are tested with randomized splits to catch a variety of errors.

This commit is contained in:
Leo Vasanko
2025-11-06 07:56:12 -06:00
parent bcf4655f64
commit 3579b94e83
13 changed files with 979 additions and 0 deletions
@@ -0,0 +1,8 @@
[
{
"name": "AESRound Test Vector",
"in": "000102030405060708090a0b0c0d0e0f",
"rk": "101112131415161718191a1b1c1d1e1f",
"out": "7a7b4e5638782546a8c0477a3b813f43"
}
]