mattrglobal / node-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for node.js
Apache License 2.0
58 stars 27 forks source link

docs(readme): code example does not work properly #138

Closed tosirisuk closed 3 years ago

tosirisuk commented 3 years ago

The library which generates keyPair has changed from generateBls12381KeyPair to generateBls12381G2KeyPair. The strings need to be converted into Unit8Array Buffer. This follows github.com/mattrglobal/bbs-signatures/.

This will help the community when they first experience this repository.

This PR does not introduce a breaking change.

tplooker commented 3 years ago

Thanks @tosirisuk appreciate the contribution!