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

@ -0,0 +1,14 @@
{
"testcases": {
"b856d760-023d-4b00-bad2-15d2b6da22fe": {
"action": "gcm_encrypt",
"arguments": {
"algorithm": "aes128",
"nonce": "4gF+BtR3ku/PUQci",
"key": "Xjq/GkpTSWoe3ZH0F+tjrQ==",
"plaintext": "RGFzIGlzdCBlaW4gVGVzdA==",
"ad": "QUQtRGF0ZW4="
}
}
}
}