Page MenuHomePhabricator

Pass scalar by reference in secp256k1_wnaf_const()
ClosedPublic

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

Details

Summary

After this change, no struct or union is passed by value in the
entire codebase. This makes it easier to compile the library with
CompCert.

This is a backport of secp256k1 PR617

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
secppr617
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9017
Build 15996: Default Diff Build & Tests
Build 15995: arc lint + arc unit