fix wc_ecc_import_raw comment, public key instead of base point

This commit is contained in:
Chris Conlon
2016-03-23 15:33:53 -06:00
parent 2dfc7faa73
commit 20285bec01

View File

@ -3209,8 +3209,8 @@ int wc_ecc_rs_to_sig(const char* r, const char* s, byte* out, word32* outlen)
/**
Import raw ECC key
key The destination ecc_key structure
qx x component of base point, as ASCII hex string
qy y component of base point, as ASCII hex string
qx x component of the public key, as ASCII hex string
qy y component of the public key, as ASCII hex string
d private key, as ASCII hex string
curveName ECC curve name, from ecc_sets[]
return MP_OKAY on success