accelerate-bignum

Fixed-length large integer arithmetic for Accelerate

https://github.com/tmcdonell/accelerate-bignum

Version on this page:0.1.0.0@rev:2
LTS Haskell 11.22:0.1.0.0@rev:2
Stackage Nightly 2018-03-12:0.1.0.0@rev:1
Latest on Hackage:0.3.0.0

See all snapshots accelerate-bignum appears in

BSD-3-Clause licensed by Trevor L. McDonell
Maintained by Trevor L. McDonell
This version can be pinned in stack with:accelerate-bignum-0.1.0.0@sha256:5b4314176a4da9d806bdc80cf3d192f2d385f6569005d4512dc1428565b14003,5149

Module documentation for 0.1.0.0

Big-number arithmetic for Accelerate

Build Status

This package provides fixed-length large integer types and arithmetic operations for Accelerate. Signed and unsigned 96, 128, 160, 192, 224, 256, and 512-bit types are predefined.

For details on Accelerate refer to the main repository.