mimblewimble / secp256k1-zkp

Fork of secp256k1-zkp for the Grin/MimbleWimble project
MIT License
32 stars 42 forks source link

Add secp256k1_context_no_precomp #60

Closed quentinlesceller closed 3 years ago

quentinlesceller commented 3 years ago

This pull request add a static context object which has no capabilities. Directly taken from https://github.com/bitcoin-core/secp256k1/commit/ed7c08417a957c91f3e8148fe7c828a9cc1f5211 also exists in the upstream ElementsProject repo: https://github.com/ElementsProject/secp256k1-zkp/blob/master/src/secp256k1.c#L101