Re: [cryptopp-users] Retrieving public key from x and y

2021-09-15 Thread Jeffrey Walton
> I'm trying to retrieve a public key, given x and y with the following code: > > //x and y came from a webservice > std::string x = > "40BA49FCBA45C7EEB2261B1BE0EBC7C14D6484B9EF8A23B060EBE67F97252BBC"; > std::string y = > "00987BA49DF364A0C9926F2B6DE1BAF46068A13A2C5C9812B2F3451F48B75719EE"; > st

[cryptopp-users] Retrieving public key from x and y

2021-09-14 Thread Benjamin Schäfer
Hi there, I'm trying to retrieve a public key, given x and y with the following code: //x and y came from a webservice std::string x = "40BA49FCBA45C7EEB2261B1BE0EBC7C14D6484B9EF8A23B060EBE67F97252BBC"; std::string y = "00987BA49DF364A0C9926F2B6DE1BAF46068A13A2C5C9812B2F3451F48B75719EE"; std::s