fixed

Pure Haskell large fixed-width integers.
git clone git://git.ppad.tech/fixed.git
Log | Files | Refs | README | LICENSE

commit 7f47bc719017d54759d6403087a4b03c73b0f0ec
parent 02a705cda5fe78ace73f05ced225b03f5b27ce73
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  6 Dec 2025 20:54:56 +0400

meta: attribution

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -171,7 +171,9 @@ to get a REPL for the main library. ## Attribution -This library is more or less a Haskell translation of the golang +This library is more or less a Haskell translation of (parts of) the +Rust [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) +library, having initially started as a port of the golang [uint256](https://github.com/holiman/uint256) library. [nixos]: https://nixos.org/