sha256

Pure Haskell SHA-256, HMAC-SHA256 (docs.ppad.tech/sha256).
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | README | LICENSE

commit 04fc04a567597aca61add8825c290d4c9720ee94
parent 6f5292c1b951b470c72fae947ad315786e9a98b7
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 10 Jan 2026 15:35:26 +0400

flake: add docs output

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

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ dist-newstyle/ ppad-sha256-hash-large.dat result +result-doc diff --git a/flake.nix b/flake.nix @@ -48,6 +48,8 @@ { packages.default = hpkgs.${lib}; + packages.haddock = hpkgs.${lib}.doc; + devShells.default = hpkgs.shellFor { packages = p: [ (hlib.doBenchmark p.${lib})