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 567288a1f3a558a69a6ee10a26e44f00310692f9
parent 4073aed73830a68646a962651197de4dec54f7c7
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  1 Mar 2025 08:22:32 +0400

meta: docs badge

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,7 @@ [![](https://img.shields.io/hackage/v/ppad-hmac-drbg?color=blue)](https://hackage.haskell.org/package/ppad-hmac-drbg) ![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-hmac-drbg-lightblue)](https://docs.ppad.tech/hmac-drbg) A pure Haskell implementation of the HMAC-DRBG cryptographically-secure PRNG, as specified by [NIST SP 800-90A][sp800].