Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize ge produced from secp256k1_pubkey_load
The output ge is normalized when sizeof(secp256k1_ge_storage) = 64 but not when it's not 64. ARG_CHECK at the end of the function assumes normalization. So normalize ge in the other code path too.
- Loading branch information