This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-stint
Watch
2
Star
0
Fork
0
You've already forked nim-stint
mirror of
https://github.com/status-im/nim-stint.git
synced
2025-02-16 17:07:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nim-stint
/
stint
History
Mamy Ratsimbazafy
27e9c9e441
Add randomized testing, harden against edge cases
2023-06-12 17:12:43 +07:00
..
private
Add randomized testing, harden against edge cases
2023-06-12 17:12:43 +07:00
endians2.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
intops.nim
remove pre-Nim 1.2 support (
#127
)
2023-06-05 11:42:36 +00:00
io.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
lenient_stint.nim
Pass extended precision bitops2 tests
2023-06-12 17:08:21 +07:00
literals_stint.nim
Enable --styleCheck:usages (
#118
)
2022-02-24 20:09:53 +01:00
modular_arithmetic.nim
Enable --styleCheck:usages (
#118
)
2022-02-24 20:09:53 +01:00
uintops.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