1
0
forked from cerc-io/plugeth
Commit Graph

2 Commits

Author SHA1 Message Date
Steve Ruckdashel
6a4e730003
crypto/secp256k1: add workaround for go mod vendor ()
Go won't vendor C files if there are no Go files present in the directory.
Workaround is to add dummy Go files.

Fixes: 
2020-12-08 10:47:56 +01:00
Felix Lange
e0ceeab0d1 crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 ()
- 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