Make an accelerated NRF52 implementation for AEX256-CTR crypto

This commit is contained in:
geeksville
2020-05-24 14:15:49 -07:00
parent 8f1b26bdda
commit e8f6504ec4
8 changed files with 80 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
#include "crypto/aes_wrap.h"
#include "mbedtls/aes.h"
#define MAX_BLOCKSIZE 256
class ESP32CryptoEngine : public CryptoEngine
{