You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Phil Salant bc572217c0 Fix linter errors thrown by `lll` (#3970) 5 years ago
..
libsecp256k1 Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
.gitignore Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
LICENSE Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
README.md Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
curve.go Fix linter errors thrown by `lll` (#3970) 5 years ago
ext.h Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
panic_cb.go Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago
secp256.go Copy secp256k1 code from go-ethereum to avoid GPL vendoring issues in (#3371) 5 years ago

README.md

This package is copied from 729bf365b5/crypto/secp256k1

Unlike the rest of go-ethereum it is MIT licensed so compatible with our Apache2.0 license. We opt to copy in here rather than depend on go-ethereum to avoid issues with vendoring of the GPL parts of that repository by downstream.