Moved obscuren secp256k1-go

This commit is contained in:
obscuren 2015-01-22 00:35:00 +01:00
parent 28c10af79f
commit 577f866011

View File

@ -7,10 +7,10 @@ import (
"log"
"os"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/whisper"
"github.com/obscuren/secp256k1-go"
)
func main() {