mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-16 17:07:23 +00:00
Mpint (Multi-precision integers)
A fast and portable multi-precision integer library in pure Nim
Main focus:
- no heap/dynamic allocation
- uint256 for cryptographic and ethereum blockchain usage.
- ARM portability for usage on mobile phones
- Ease of use:
- casting to and from array of bytes
- converting to and from Hex
- converting to and from decimal strings
Description
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
Languages
Nim
83.8%
C++
16.2%