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

Constrain the type of the BlsKeyPair interface with Require<> when using to return from generate key functions #133

Closed tplooker closed 3 years ago

tplooker commented 4 years ago

See https://github.com/mattrglobal/bbs-signatures/pull/47 for more details

tplooker commented 3 years ago

Fixed in #136