Cleanup bls-signatures
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
23ca992b1f
commit
8fcda5f610
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user