Open
Description
Provide a family of [U]Int128
, 256
, ... up to a reasonable threshold where flexibly-sized bignum becomes competitive (most likely 1024 bits). This should be done as generically as possible so that support for additional sizes can be added as needed with minimal complexity.
These types should conform to FixedWidthInteger
.