Added AES software-based implementation

This commit is contained in:
2020-01-10 14:35:51 -05:00
parent 8c5c5a8976
commit 5326c19acc
5 changed files with 285 additions and 12 deletions

View File

@@ -35,6 +35,10 @@ struct payload *get_payload(PAYLOAD_T p)
path = PAYLOAD_AES_BUSY_BIN;
break;
case PAYLOAD_AES_SW:
path = PAYLOAD_AES_SW_BIN;
break;
case PAYLOAD_SYNC:
path = PAYLOAD_SYNC_BIN;
break;