Topic: wc_ecc_import_raw input parameters
I want to import the ecc key I generated with openssl with nistp384 curve using wc_ecc_import_raw(). What base point should i use?
I used Qx and Qy recommended for nistp384, d from the generated by openssl key, but the signature generatted with the key does not verify.
The example from the test.c works fine.
Could someone help me on how to choose the parameters for wc_ecc_import_raw()?
-Olga