Cleanup bls-signatures

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-08 12:41:45 +02:00
parent 23ca992b1f
commit 8fcda5f610

View File

@ -3,13 +3,10 @@ package bls
import (
"testing"
tf "github.com/filecoin-project/go-filecoin/testhelpers/testflags"
"github.com/stretchr/testify/assert"
)
func TestBLSSigningAndVerification(t *testing.T) {
tf.UnitTest(t)
// generate private keys
fooPrivateKey := PrivateKeyGenerate()
barPrivateKey := PrivateKeyGenerate()