feat: add task runner for block2poly

This commit is contained in:
0xalivecow 2024-10-20 20:11:00 +02:00
parent 52dca1bcaf
commit 963239903e
No known key found for this signature in database
5 changed files with 69 additions and 28 deletions

View file

@ -0,0 +1,23 @@
{
"testcases": {
"b856d760-023d-4b00-bad2-15d2b6da22fe": {
"action": "block2poly",
"arguments": {
"semantic": "xex",
"block": "ARIAAAAAAAAAAAAAAAAAgA=="
}
},
"254eaee7-05fd-4e0d-8292-9b658a852245": {
"action": "poly2block",
"arguments": {
"semantic": "xex",
"coefficients": [
12,
127,
9,
0
]
}
}
}
}