nim-stint/stint/private
jangko 63a32129c8
rebase and try to make it works with clients
2023-06-12 20:26:36 +07:00
..
primitives uint division - compile and pass the single limb tests 2023-06-12 17:11:13 +07:00
compiletime_cast.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
datatypes.nim rebase and try to make it works with clients 2023-06-12 20:26:36 +07:00
int_addsub.nim remove Nim 1.2 and 1.4 support 2023-06-08 11:08:27 +00:00
int_bitwise_ops.nim remove pre-Nim 1.2 support (#127) 2023-06-05 11:42:36 +00:00
int_comparison.nim stew updates (#82) 2019-07-22 09:53:58 +02:00
int_div.nim improve io test coverage + compile time test 2019-10-23 21:55:47 +09:00
int_highlow.nim implement arithmetic right shift (#76) 2019-05-11 15:44:41 +02:00
int_mul.nim Enable --styleCheck:usages (#118) 2022-02-24 20:09:53 +01:00
int_negabs.nim stew updates (#82) 2019-07-22 09:53:58 +02:00
uint_addsub.nim Use littleEndian for limb-endianness: bigEndian arch are very rare, untestable in CI, a pain to maintain and an intermediate serialization step instead of casting is cheap 2023-06-12 17:11:14 +07:00
uint_bitwise.nim rebase and try to make it works with clients 2023-06-12 20:26:36 +07:00
uint_div.nim rebase and try to make it works with clients 2023-06-12 20:26:36 +07:00
uint_mul.nim Implement toHex/fromHex and fix `shl` 2023-06-12 17:08:20 +07:00
uint_shift.nim Use littleEndian for limb-endianness: bigEndian arch are very rare, untestable in CI, a pain to maintain and an intermediate serialization step instead of casting is cheap 2023-06-12 17:11:14 +07:00