Existing resources
Information on the SimpleSerial protocol
Templates for source code
- SimpleSerial Base
- SimpleSerial C Template: written for this walkthrough
Specific algorithm implementation with SimpleSerial
- All list of firmware provided by the
framework:
all the directories starting with
simpleserial-
can be used. - SimpleSerial wrapper for NIST Lightweight Cryptography algorithms
Useful C algorithm implementations
- MBedTLS: contains implementations for a lot of the common algorithms
- ChaCha C implementation