Is there something in Qt for ECDSA signing and public key recovery?
Unsolved
General and Desktop
-
@Infinity
Not my area, but is https://doc.qt.io/qt-5/qsslkey.html#QSslKey-1 what you are looking for? https://doc.qt.io/qt-5/qssl.html#KeyAlgorithm-enum hasQSsl::Dsa
andQSsl::Ec
.