Remove nRF Crypt Debug

This commit is contained in:
Thomas Göttgens
2022-06-12 23:35:59 +02:00
parent e0b63c6692
commit 7bd07db2a8
4 changed files with 2 additions and 107 deletions

View File

@@ -56,8 +56,6 @@ class CryptoEngine
* a 32 bit block counter (starts at zero)
*/
void initNonce(uint32_t fromNode, uint64_t packetId);
void hexDump(const char * desc, const void * addr, const int len, int perLine);
};
extern CryptoEngine *crypto;