Hello!

How can we initialize field over CryptoPP::ASN1::secp256r1();?

Grabbing x and y from accepted ephemeral key, and priv_int - 
CryptoPP::Integer representation of our private.

CryptoPP::ECP field;
CryptoPP::ECPPoint p_result = field.ScalarMultiply(p_eph, priv_int);

Now it ends up in error - and it is obviuous, because not know how to init 
field properly.

Thank you very much.

any help is welcome!

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to