Closed fleupold closed 1 year ago
Fixes @nlordell comment on #944
I don't think it's worth releasing a version with this, as the U256 from bytes documentation ensures it's always interpreted as big endian: https://docs.rs/uint/latest/src/uint/uint.rs.html#1363
KMS example still works
I don't think it's worth releasing a version with this
Agreed. This was mostly about From not having a strict contract that "U256 from big endian bytes". It was mostly a nit about code intent.
From
Fixes @nlordell comment on #944
I don't think it's worth releasing a version with this, as the U256 from bytes documentation ensures it's always interpreted as big endian: https://docs.rs/uint/latest/src/uint/uint.rs.html#1363
Test Plan
KMS example still works