You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a generic implmentation of BBS+ supported over both bls12-381 and bn254 which can be found here. It passes the test vectors mentioned in the draft. Since this is a generic implementation, the same code works for both bn254 and bls12381 arkworks curve. One only need to implement the Constants and HashToG1 traits which is generic over arkworks Pairing. This implementation gives the flexibility to fit any arkworks pairing friendly curve just by implementing the Constants and HashToG1 traits.
The current latest draft includes the test vectors for BBS signature over BLS12-381. Where can i find the test vectors for BBS over BN254?
The text was updated successfully, but these errors were encountered: