WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
Go to file
attermann f9e3a22911 WIP update
Implemented AES.
Implemented AES-CBC.
Implemented HKDF.
Implemented HMAC.
Implemented PKCS7.
Implemented Fernet.
Added extensive logging and successfully tested ability to encrypt and
decrypt a packet.
2023-10-08 23:59:43 -06:00
lib Initial commit 2023-10-06 17:24:48 -06:00
src WIP update 2023-10-08 23:59:43 -06:00
test WIP Update 2023-10-07 01:03:15 -06:00
.gitignore Initial commit 2023-10-06 17:24:48 -06:00
LICENSE Initial commit 2023-10-06 17:14:50 -06:00
platformio.ini WIP update 2023-10-08 23:59:43 -06:00
README.md Initial commit 2023-10-06 17:14:50 -06:00

reticulum-cpp

WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.