We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secp160r1, private_key = 0100000000000000000001f4c8f927aed3ca752256 uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, uECC_Curve curve) failed with public_key all zeros
public_key should be: (test with python ecdsa) 4a96b5688ef573284664698968c38bb913cbfc82
can you check for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
secp160r1, private_key = 0100000000000000000001f4c8f927aed3ca752256
uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, uECC_Curve curve)
failed with public_key all zeros
public_key should be: (test with python ecdsa)
4a96b5688ef573284664698968c38bb913cbfc82
can you check for this?
The text was updated successfully, but these errors were encountered: