diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-22 07:35:00 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-22 07:35:00 +0800 |
commit | 67f9783e6a0fa5613a031e05549b92adbee57399 (patch) | |
tree | 7a0ea066ff6bfbf690f73ccd3ad9181e3006a285 /crypto/crypto.go | |
parent | 6eaa404187953777e8dc866e4e3db089e4ad0501 (diff) | |
download | dexon-67f9783e6a0fa5613a031e05549b92adbee57399.tar.gz dexon-67f9783e6a0fa5613a031e05549b92adbee57399.tar.zst dexon-67f9783e6a0fa5613a031e05549b92adbee57399.zip |
Moved `obscuren` secp256k1-go
Diffstat (limited to 'crypto/crypto.go')
-rw-r--r-- | crypto/crypto.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.go b/crypto/crypto.go index 2c5f30905..ac84c6204 100644 --- a/crypto/crypto.go +++ b/crypto/crypto.go @@ -7,10 +7,10 @@ import ( "crypto/sha256" "code.google.com/p/go.crypto/ripemd160" + "github.com/ethereum/go-ethereum/crypto/secp256k1" "github.com/ethereum/go-ethereum/crypto/sha3" "github.com/ethereum/go-ethereum/ethutil" "github.com/obscuren/ecies" - "github.com/obscuren/secp256k1-go" ) func init() { |