Page MenuHomePhabricator

[SECP256K1] Switch to our own memcmp function
ClosedPublic

Authored by Fabien on Oct 22 2020, 08:32.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCfea82d5ce4ee: [SECP256K1] Switch to our own memcmp function
Summary
Fixes #823.

Backport 1/11 of secp256k1 PR830:
https://github.com/bitcoin-core/secp256k1/pull/830/commits/6173839c90553385171d560be8a17cbe167e3bef

Note: the first memcmp() in recovery/tests_impl.h was removed in
D2193.

Depends on D8036.

Test Plan
ninja check-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 22 2020, 08:32
Fabien retitled this revision from Switch to our own memcmp function to [SECP256K1] Switch to our own memcmp function.Oct 22 2020, 09:30
This revision is now accepted and ready to land.Oct 22 2020, 11:52