pbkdf

Pure Haskell password-based KDF (docs.ppad.tech/pbkdf).
git clone git://git.ppad.tech/pbkdf.git
Log | Files | Refs | README | LICENSE

commit e887914a0000c11ff662c1fdc96f893a40326e7e
parent 02325bbf68bfe43dd6eff0deccadfb615d3c9220
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 10 Jan 2026 21:58:28 +0400

release: v0.2.2

Diffstat:
MCHANGELOG | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.2 (2026-01-10) + * Places bounds on the ppad-sha{256,512} dependencies used in the test and + benchmark suites. + - 0.2.1 (2025-12-28) * Adds an 'llvm' build flag and tests with GHC 9.10.3.