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 d8a41cc0329462b82257ab32029af96db5103c0d
parent 8c3ceed5eb253f0545f25b96968a70df9e39f21a
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  8 Oct 2024 17:29:38 +0400

meta: missing readme links

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

diff --git a/README.md b/README.md @@ -135,3 +135,5 @@ to get a REPL for the main library. [nixos]: https://nixos.org/ [flake]: https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html [hadoc]: https://docs.ppad.tech/hmac-drbg +[sh256]: https://git.ppad.tech/sha256 +[sh512]: https://git.ppad.tech/sha512