Steve Ruckdashel
c5a77ff083
crypto/secp256k1: add workaround for go mod vendor ( #21735 )
...
Go won't vendor C files if there are no Go files present in the directory.
Workaround is to add dummy Go files.
Fixes : #20232
2021-03-08 12:54:31 +01:00
Andrew Ashikhmin
8f031cc85f
Update Secp256k1 and tune its flags for performance ( #600 )
...
* Update to 05d315affe
* Changes in the wrapper after the library upgrade
* Faster config for x64
* USE_ENDOMORPHISM
2020-06-01 13:16:17 +01:00
Felix Lange
e0ceeab0d1
crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 ( #3544 )
...
- Use defined constants instead of hard-coding their integer value.
- Allocate secp256k1 structs on the C stack instead of converting []byte
- Remove dead code
2017-01-12 21:29:11 +01:00