s/order/n/ for consistency.
Details
Details
- Reviewers
markblundeberg deadalnix Fabien jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGc80bf903f979: Fix comment about s in schnorr sigs
rABCc80bf903f979: Fix comment about s in schnorr sigs
None
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- schnorrcomment
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5322 Build 8706: Bitcoin ABC Buildbot (legacy) Build 8705: arc lint + arc unit
Event Timeline
src/secp256k1/src/modules/schnorr/schnorr_impl.h | ||
---|---|---|
31 ↗ | (On Diff #7837) | It's always mod n, so this is redundant. mod n is required on the previous line because the hash is not a scalar fields element. |