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:
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "AESRound Test Vector",
|
||||
"in": "000102030405060708090a0b0c0d0e0f",
|
||||
"rk": "101112131415161718191a1b1c1d1e1f",
|
||||
"out": "7a7b4e5638782546a8c0477a3b813f43"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user