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
The BBS signing algorithm bbs.sign() should check that the octet passed as the public key is a valid public key before signing. Currently, even when passing nil, the algorithm signs without throwing an error.
The text was updated successfully, but these errors were encountered:
The BBS signing algorithm
bbs.sign()
should check that the octet passed as the public key is a valid public key before signing. Currently, even when passingnil
, the algorithm signs without throwing an error.The text was updated successfully, but these errors were encountered: