This is backport of PR#459 by Andrew Poelstra
Details
Details
- Reviewers
schancel MattBitprim - Group Reviewers
Restricted Project - Commits
- rSTAGING09dc40569ae3: Add pubkey prefix constants to include/secp256k1.h
rABC09dc40569ae3: Add pubkey prefix constants to include/secp256k1.h
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/secp256k1/src/eckey_impl.h | ||
---|---|---|
46 ↗ | (On Diff #2031) | Is 0x02 | (secp256k1_fe_is_odd(&elem->y) ever false? This looks like it's going to store a different value than before. cout << hex << (0x02 | 0x00 ? 0 : 1) <<endl; Always prints 0 |
src/secp256k1/src/eckey_impl.h | ||
---|---|---|
46 ↗ | (On Diff #2031) | Rather, it prints 0 and not 3 |