hmac-drbg

Pure Haskell HMAC-DRBG per NIST-SP 800-90A.
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | LICENSE

commit e11123f4fb2da5ca4737358db6ba50179837667b
parent 56602578ed8a316b546136f064cc19292cd8333a
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  3 Oct 2024 21:23:53 +0400

lib: primitive bounds

Diffstat:
Mppad-hmac-drbg.cabal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ppad-hmac-drbg.cabal b/ppad-hmac-drbg.cabal @@ -28,7 +28,7 @@ library build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 - , primitive + , primitive >= 0.8 && < 0.10 test-suite hmac-drbg-tests type: exitcode-stdio-1.0 @@ -45,7 +45,7 @@ test-suite hmac-drbg-tests , base16-bytestring , bytestring , ppad-hmac-drbg - , ppad-sha256 >= 0.1.0 && < 0.2.0 + , ppad-sha256 , tasty , tasty-hunit