As per suggestion in the spec review.
Details
Details
- Reviewers
jasonbcox Mengerian - Group Reviewers
Restricted Project - Commits
- rSTAGING497a1b485ba9: Use a single round of SHA256 ont he CHECKDATASIG message.
rABC497a1b485ba9: Use a single round of SHA256 ont he CHECKDATASIG message.
Updated test cases.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- simplehashdatasig
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3081 Build 4249: Bitcoin ABC Buildbot (legacy) Build 4248: arc lint + arc unit
Event Timeline
Comment Actions
As the author of the previous differential D1652, this looks good to me. Test vectors seem to be the same (I just did a diff of the diffs, it is empty regarding the test vectors) and the code as far as I can see is equivalent.
However, one nit, though I don't know what ABC's code policy is right now: I called the message hash 'msghash' in the opcode implementation after Andrew Stone (theZerg) commented that this (or similar) is a more apt name. I think the same applies here.