We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6682b commit 52a2987Copy full SHA for 52a2987
CHANGELOG
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+- 0.1.3 (2025-01-21)
4
+ * Improves padding handling for the strict bytestring case, yielding
5
+ performance increases for both 'hash' and 'hmac'.
6
+
7
- 0.1.2 (2025-01-07)
8
* Makes a minor optimisation to bytestring handling.
9
ppad-sha512.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-sha512
-version: 0.1.2
+version: 0.1.3
synopsis: The SHA-512 and HMAC-SHA512 algorithms
license: MIT
license-file: LICENSE
0 commit comments