mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

Update the sign, verify, proofgen and proofverify procedures to the latest specification #28

Closed tplooker closed 2 years ago

tplooker commented 2 years ago

Since this implementation was originally built, the specification behind BBS signatures has significantly change. See here for more context. We can elect to address the changes required across the different procedures in seperate PR's to facilitate easier review if required, it will just break the existing test cases until all are migrated.

dev0x1 commented 2 years ago

Major task split:

tplooker commented 2 years ago

First two tasks are complete via #32