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
Consider change BinaryID::from_nonce to return error if nonce is not valid
Additional context
Even if the nonce is checked externally, the current code is considered error prone (because it relies on further checks to consider the BinaryID valid)
The text was updated successfully, but these errors were encountered:
Summary
Consider change
BinaryID::from_nonce
to return error if nonce is not validAdditional context
Even if the nonce is checked externally, the current code is considered error prone (because it relies on further checks to consider the BinaryID valid)
The text was updated successfully, but these errors were encountered: