Official Go implementation of the Ethereum protocol
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.
 
 
 
 
 
 
go-ethereum/crypto/secp256k1
Felix Lange 9b0af51386 crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
..
libsecp256k1 crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) 8 years ago
.gitignore Moved `obscuren` secp256k1-go 10 years ago
curve.go crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) 8 years ago
curve_test.go crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult 9 years ago
ext.h crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) 8 years ago
panic_cb.go crypto/secp256k1: raise internal errors as recoverable Go panic 9 years ago
secp256.go crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
secp256_test.go crypto/secp256k1: sign with deterministic K (rfc6979) (#3561) 8 years ago