Skip to content
Snippets Groups Projects
Commit 7a0fcdeb authored by lunfardo314's avatar lunfardo314
Browse files

BLS signatures: bug fix in test, removed unnecessary function, added new test

parent 2d701864
No related branches found
No related tags found
No related merge requests found
package signaturescheme
import (
"github.com/magiconair/properties/assert"
"github.com/mr-tron/base58"
"testing"
"github.com/magiconair/properties/assert"
)
var dataToSign = []byte("Hello Boneh-Lynn-Shacham (BLS) --> Boneh-Drijvers-Neven (BDN)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment