diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-17 21:53:16 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-17 21:53:16 -0400 |
commit | 2cc00996c79dd8b26c7d0aa91dc2bfe0bcfa8ec0 (patch) | |
tree | 37a42fbcf4393c2f3250fd0eb8fb304af8bc1923 /CHANGELOG.md | |
parent | 756a184762db4cb0a9945d066b59d0e2f58c18d8 (diff) |
fix: #8 patched reusable cipher encryption bug
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |