mirror of
https://github.com/meshtastic/firmware.git
synced 2026-04-02 06:24:58 -04:00
add a software based cross platform AES-CTR implementation
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user