Page MenuHomePhabricator

[SECP256K1] Stop treating ECDH as experimental
ClosedPublic

Authored by Fabien on Oct 22 2020, 09:30.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCe00ef916ddd6: [SECP256K1] Stop treating ECDH as experimental
Summary

Backport of secp256k1 PR809.

Depends on D8044.

Test Plan
./autogen.sh
mkdir build && cd build
../configure --enable-module-ecdh=yes
make check

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, 09:30
Fabien retitled this revision from Stop treating ECDH as experimental to [SECP256K1] Stop treating ECDH as experimental.Oct 22 2020, 09:32
This revision is now accepted and ready to land.Oct 22 2020, 10:59