Skip to content

C based smolcert implementation targeted towards the esp-idf

License

Notifications You must be signed in to change notification settings

smolcert/smolcert-esp32

Repository files navigation

smolcert-esp32

This is a very simple implementation of smolcert for the esp32 microcontroller. This implementation is based on the ESP-IDF and should only depend on libsodium and tinycbor.

Currently implemented features:

[x] Parse a smolcert from a byte buffer [x] Validate the signature of a smolcert with a given public ed25519 key