cryptonite/Crypto/Number
Olivier Chéron 3c41966b9a Add module Crypto.Number.Nat
This new module exposes type constraints required by some hash
algorithms and provides functions to check whether the constraints are
satisfied with runtime values.

Resolves #256.
2019-02-28 07:07:48 +01:00
..
Serialize Various documentation copy editing 2017-11-18 14:27:44 -05:00
Basic.hs Added OAEP scheme and created test vectors for Rabin cryptosystem. 2018-10-06 16:53:22 +02:00
Compat.hs Enable powModSecInteger with integer-gmp >= 1.0.2.0 2018-04-20 20:40:53 +02:00
F2m.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00
Generate.hs Fix issue #154 2017-04-21 13:51:52 -06:00
ModArithmetic.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00
Nat.hs Add module Crypto.Number.Nat 2019-02-28 07:07:48 +01:00
Prime.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00
Serialize.hs Added some redundant constraints for documentation/consistency. Added an INLINABLE pragma to i2ospOf to hopefully increase specializations. 2019-02-24 17:04:10 -08:00