From 2cc00996c79dd8b26c7d0aa91dc2bfe0bcfa8ec0 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 17 Aug 2024 21:53:16 -0400 Subject: fix: #8 patched reusable cipher encryption bug --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e048e..bf883d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + - [#8](https://www.vaughnnugent.com/Resources/Software/Modules/noscrypt-issues?id=51) - an issue where nip44 encryption fails on reusable cipher instances + ## [0.1.3] - 2024-08-12 ### Added -- cgit