Direct Ed25519 functionality
Billy Brumley
bbb at iki.fi
Sat Aug 12 16:04:23 UTC 2023
Hey Nik,
> OpenSSL 1.1.1 includes three functions for “direct” Ed25519 signing and verification:
..
> Am I missing something here? Are these intentionally undocumented? Is there a reason why we don’t
> make them publicly available?
All crypto operations, including Ed25519, should use the higher level EVP
interface. It's an architecture design decision in OpenSSL.
https://www.openssl.org/docs/man1.1.1/man3/EVP_DigestSignInit.html
https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying
Hope it helps,
BBB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4140 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20230812/db65290d/attachment.p7s>
More information about the openssl-users
mailing list