Is there something in Qt for ECDSA signing and public key recovery?
-
I need to to ECDSA sign a QByteArray and to recover the public key from it. Is there something in Qt which I can use for this purpose?
@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::DsaandQSsl::Ec. -
@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::DsaandQSsl::Ec.