v1.0.4
This version is compatible with ab4560900cf475ff515054bec0ca9a4491aca366
of [email protected]
Fixed
- Fixed an issue where
int_from_bytes
andbigint_from_bytes
returned always signed int/bigint. - Fixed an issue where
int_to_bytes
andbigint_to_bytes
blindly recognized the argument as a signed int/bigint.