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

Add tests and expose blindSign functionality #85

Closed tplooker closed 3 years ago

tplooker commented 4 years ago

The blindSign API support an signer issuing an assertion where some of the messages are blinded from them, this is required for "linked secret" based subject authentication of assertions.

This API should be tested and exposed from the package along with the APIs associated to preparing the blinded messages.