Page MenuHomePhabricator

Add trivial ecmult_multi algorithm which does not require a scratch space
ClosedPublic

Authored by deadalnix on Jan 17 2020, 12:05.

Details

Summary
  • Add trivial ecmult_multi algorithm. It is selected when no scratch space is given and just multiplies and adds the points.
  • Add trivial ecmult_multi to the benchmark tool

This is a backport of secp256k1's PR580

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
secppr580
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9008
Build 15978: Default Diff Build & Tests
Build 15977: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 17 2020, 13:28
This revision was landed with ongoing or failed builds.Jan 17 2020, 14:08
This revision was automatically updated to reflect the committed changes.