|
EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Crypto library that implements EnigmaIoT encryption, decryption and key agreement fuctions. More...
#include "cryptModule.h"#include <Curve25519.h>#include <ChaChaPoly.h>#include <Poly1305.h>#include <SHA256.h>#include "helperFunctions.h"Go to the source code of this file.
Variables | |
| CYPHER_TYPE | cipher |
| CryptModule | Crypto |
| Singleton Crypto class instance. More... | |
Crypto library that implements EnigmaIoT encryption, decryption and key agreement fuctions.
Uses Arduino CryptoLib library
Definition in file cryptModule.cpp.
| CYPHER_TYPE cipher |
Definition at line 18 of file cryptModule.cpp.
| CryptModule Crypto |
Singleton Crypto class instance.
Definition at line 167 of file cryptModule.cpp.