libminisign is an open-source C library of Minisign developed by kroket.io.
Minisign uses the Ed25519 public-key signature system with small, and fast signatures. You can use this library in your C and C++ projects for signing, and signature verification.
Basically PGP, but easier to work with.
For more information, checkout the Github repository kroketio/libminisign.