Provides the Monocypher cryptographic library. More...
Provides the Monocypher cryptographic library.
Monocypher is a high performance cryptographic library. It provides functions for authenticated encryption, hashing, password key derivation, key exchange, and public key signatures.
You can find the API and more information here
Monocypher requires around 4K of stack space depending slightly on the platform, so beware that you're allocating at least THREAD_STACKSIZE_DEFAULT + 4096
bytes.
You can do it easily by adding:
to your makefile.
Just add it as a package in your application: