Closed herr-seppia closed 7 months ago
Consider change BinaryID::from_nonce to return error if nonce is not valid
BinaryID::from_nonce
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)
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)