it's back end generate private key and public key
在 2019年8月24日星期六 UTC+8下午2:45:16,Jeffrey Walton写道:
>
>
>
> 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/0cf0b85a-0208-499e-bfed-81a76dec8863%40googlegroups.com.