mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-22 11:58:18 +00:00
* speed up conversions by unrolling bulk limb conversion * remove default from `toBytes`/`fromBytes` - the existing default did not match `stew/endians2` which is an unnecessary risk - rather than changing it to match, the safer option is to remove it for now so that code in the wild gets a compile error * deprecate redundant names like `toByteArrayXX` (`toBytesXX` etc do the same thing) * deprecate staticFor (now lives in stew)