add a software based cross platform AES-CTR implementation

This commit is contained in:
Kevin Hester
2021-01-02 18:20:51 +08:00
parent e627725dfc
commit a7f93de3ad
3 changed files with 85 additions and 3 deletions

View File

@@ -35,9 +35,6 @@ void cpuDeepSleep(uint64_t msecs) {
notImplemented("cpuDeepSleep");
}
// FIXME - implement real crypto for linux
CryptoEngine *crypto = new CryptoEngine();
void updateBatteryLevel(uint8_t level) NOT_IMPLEMENTED("updateBatteryLevel");
/** Dear pinetab hardware geeks!