hmac-drbg

Pure Haskell HMAC-DRBG (docs.ppad.tech/hmac-drbg).
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | README | LICENSE

commit 71ea07be90945e8238b500b85559adc0043046d2
parent 5336e8a9332d96fba0e59a80804f99d47145191d
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed,  4 Feb 2026 17:22:23 +0400

bench: remove extra nfdata instance

Diffstat:
Mbench/Weight.hs | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/bench/Weight.hs b/bench/Weight.hs @@ -22,9 +22,6 @@ instance NFData DRBG256.Error where instance NFData (DRBG512.DRBG s) where rnf d = d `seq` () -instance NFData DRBG512.Error where - rnf e = e `seq` () - main :: IO () main = do !drbg256 <- DRBG256.new mempty mempty mempty