commit 5f0169bd04c0d930223acfe3458466b203b0aaf8
parent 494d24f77d14f24418eda93658b3ec0a09f80482
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 24 Feb 2025 07:24:50 +0400
release: v0.2.1
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.2.1 (2025-02-24)
+ * Merely swaps out the base16 library used for the Wycheproof tests
+ (in favour of ppad-base16).
+
- 0.2.0 (2025-01-10)
* API change, opting for "derive" in place of "hkdf" to work more
smoothly with a import qualifier like "KDF".
diff --git a/ppad-hkdf.cabal b/ppad-hkdf.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-hkdf
-version: 0.2.0
+version: 0.2.1
synopsis: A HMAC-based key derivation function
license: MIT
license-file: LICENSE