Hello,

I have a signature that was generated from a device using ECC,
secp192r1()

This is a example of parameters I get from the device.

Public key 192 bit:
"D9EB8C0356A8DE2706F83A4D14E0D7AFFD651EAE3B7230DB45633E0E67CE16C77EF52FF4CD107A665B48B33A7EAA5787"
Signature 192 bit:
"ED408F6D6A25FFC622EB2623E8AC38E88813CCB8F20FE961C9E6537BEF432ACC84B05E79686824221ED5506C50D55BD0"
Data stream 96 bit: "000F9302009600932D3608003F00088C38C004E4C0000008"

I have no idea how to set the public key in Crypto++.
   CryptoPP::ECIES< CryptoPP::ECP >::PublicKey PublicKey;

I found many code examples how to create a public key from a private
key, to sign a data stream and verify it again.
But no example which only verify with a public key and a signature.

Thanks for any help.

--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to