Code sample (OpenSSL – EVP) of verifying signed Ed25599 content
The link here, https://www.openssl.org/docs/manmaster/man7/Ed25519.html, contains C-code that works just perfect to sign a message using Ed25519 in a C/C++ program.
But I just can’t find any corresponding code to verify a signed message.
A… Continue reading Code sample (OpenSSL – EVP) of verifying signed Ed25599 content