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

@ -3,8 +3,8 @@ package crypto
import (
"strings"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/obscuren/secp256k1-go"
)
type KeyPair struct {