Moved obscuren secp256k1-go

This commit is contained in:
obscuren
2015-01-22 00:35:00 +01:00
parent 6eaa404187
commit 67f9783e6a
53 changed files with 6433 additions and 6 deletions

View File

@ -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() {