handshake test to crypto

This commit is contained in:
zelig
2015-01-19 01:24:09 +00:00
committed by Felix Lange
parent 714b955d6e
commit 3b6385b146
2 changed files with 54 additions and 2 deletions

View File

@@ -1,11 +1,9 @@
package p2p
import (
// "bytes"
"crypto/ecdsa"
"crypto/rand"
"fmt"
// "io"
"github.com/ethereum/go-ethereum/crypto"
"github.com/obscuren/ecies"