mattrglobal / bbs-signatures

An implementation of BBS+ signatures for node and browser environments
Apache License 2.0
109 stars 30 forks source link

fix: verify proof bug #85

Closed tplooker closed 3 years ago

tplooker commented 3 years ago

Description

Found due to this upstream bug report, the logic around determining which messages were revealed from the proof based on the proof value was resulting in an index out of bounds issue in certain circumstances.

Motivation and Context

See above

Does this PR introduce a breaking change?

Which merge strategy will you use?