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 8c3ceed5eb253f0545f25b96968a70df9e39f21a
parent 8ff952c4c57daf3922728ec25b5ffc6a4d895df1
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  8 Oct 2024 16:58:44 +0400

meta: readme drbgvs note

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

diff --git a/README.md b/README.md @@ -106,6 +106,11 @@ This library aims at the maximum security achievable in a garbage-collected language under an optimizing compiler such as GHC, in which strict constant-timeness can be challenging to achieve. +The HMAC-DRBG implementation within has been tested against the +NIST DRBGVS vectors available for SHA-256 and SHA-512, using the +HMAC functions from [ppad-sha256][sh256] and [ppad-sha512][sh512] +respectively. + If you discover any vulnerabilities, please disclose them via security@ppad.tech.