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 (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
tf "github.com/filecoin-project/go-filecoin/testhelpers/testflags"
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestBLSSigningAndVerification(t *testing.T) {
|
func TestBLSSigningAndVerification(t *testing.T) {
|
||||||
tf.UnitTest(t)
|
|
||||||
|
|
||||||
// generate private keys
|
// generate private keys
|
||||||
fooPrivateKey := PrivateKeyGenerate()
|
fooPrivateKey := PrivateKeyGenerate()
|
||||||
barPrivateKey := PrivateKeyGenerate()
|
barPrivateKey := PrivateKeyGenerate()
|
||||||
|
Loading…
Reference in New Issue
Block a user