On Saturday, August 24, 2019 at 12:11:16 AM UTC-4, 陈剑南 wrote:
>
> std::string
> PublicKeyString("MHYwTwYGKw4HAgEBMEUCIQDebUvQDd9UPMmD27BJovZSIgWfexL0SWkfJQPMLsJvMwIgDy/kEthwO6Q+L8XHnzumnEKs+txH8QkQD+M/8u82ql0DIwACIAY6rfW+BTcRZ9QAJovgoB8DgNLJ8ocqOeF4nEBB0DHH");
> CryptoPP::ByteQueue queue;
> CryptoPP::Base64Decoder decoder(new CryptoPP::Redirector(queue));
> decoder.Put((const Byte *) PublicKeyString.data(),
> PublicKeyString.size());
> decoder.MessageEnd();
> CryptoPP::ElGamal::Encryptor encryptor;
> encryptor.AccessKey().Load(queue);
>
Where did the ElGamal key come from? Crypto++ or elsewhere?
If Crypto++, what version created it and what version is trying to load it?
Also see https://github.com/weidai11/cryptopp/issues/567
Jeff
--
You received this message because you are subscribed to "Crypto++ Users". More
information about Crypto++ and this group is available at
http://www.cryptopp.com and
http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cryptopp-users/fe820628-da6f-4792-a1d6-aad78c094d08%40googlegroups.com.