accelerate-bignum

Fixed-length large integer arithmetic for Accelerate

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

Version on this page:0.1.0.0@rev:1
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:bb668b14a311db4f8ca256fb31ce7c511f26dd3057a06a41bc1a00ff97e18e3f,5167

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.