We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the bug The BLS spec requires that the secret key (SK) must be a uniformly random integer such that 1 <= SK < r. Where r is the order curve.
The last check is missing:
Expected behavior
Check that the provided SK < r.