Hello!
I am implementing Digital signature scheme 1 described in ISO/IEC FDIS
9796-2. I have signature in binary form and public key.
I know, how to get MessageRepresentative in case of RSA: call member
ApplyFunction(...) of CryptoPP::RSA::PublicKey-object.
But I don't know how to get MessageRepresentative in case of DSA and
ECDSA... What I should do? Is their any general way to get
MessageRepresentative independent on type of public key?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---