sha256

Pure Haskell SHA-256, HMAC-SHA256 as specified by RFC's 6234 and 2104.
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | README | LICENSE

commit e51067b166b429d636183257274ec9dadcd96fa0
parent 3d841137649585b529587602700b907ab955f183
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 16 Sep 2024 16:31:21 +0400

meta: flake description, gitignore

Diffstat:
M.gitignore | 1+
Mflake.nix | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ dist-newstyle/ ppad-sha256-hash-large.dat +result diff --git a/flake.nix b/flake.nix @@ -1,5 +1,5 @@ { - description = "ppad-sha256"; + description = "Pure Haskell SHA-256 and HMAC-SHA256"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";