ripemd160

Pure Haskell RIPEMD-160, HMAC-RIPEMD160 (docs.ppad.tech/ripemd160).
git clone git://git.ppad.tech/ripemd160.git
Log | Files | Refs | README | LICENSE

commit 7ee1639639d7e7c85ebaa35a1da8fb0a0628ab8b
parent 41a5bab38b3510d84a69db90b2be26d932f1c5ce
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 17 Jan 2025 23:02:30 +0400

meta: vertical integration

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ A sample GHCi session: "\154\248\145[\196\ETX\f\ESC\NULs" > > -- you can use third-party libraries for rendering if needed - > -- e.g., using base16-bytestring: + > -- e.g., using ppad-base16: > > import qualified Data.ByteString.Base16 as B16 >