diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-22 21:57:51 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-22 21:57:51 -0400 |
commit | ea15299006cc2486c44fea72381e0c9e555c0d75 (patch) | |
tree | 7e26811ed0173ce97c254694d9cb53b210dd0683 /CHANGELOG.md | |
parent | fa5e809f465fc25d2872fe85983632b77f290062 (diff) |
Squashed commit of the following:v0.1.4
commit 202585c270529a8fc52c5e5c811efe99b57eff53
Author: vnugent <public@vaughnnugent.com>
Date: Thu Aug 22 17:51:51 2024 -0400
update changelog and readme for 0.1.4
commit 2cc00996c79dd8b26c7d0aa91dc2bfe0bcfa8ec0
Author: vnugent <public@vaughnnugent.com>
Date: Sat Aug 17 21:53:16 2024 -0400
fix: #8 patched reusable cipher encryption bug
commit 756a184762db4cb0a9945d066b59d0e2f58c18d8
Author: vnugent <public@vaughnnugent.com>
Date: Mon Aug 12 14:23:13 2024 -0400
fix changelog tags, whoops
commit 489d90f565dc0b9e147ec248cccfd0b7c10fe0ab
Merge: a639280 fa5e809
Author: vnugent <public@vaughnnugent.com>
Date: Mon Aug 12 13:58:15 2024 -0400
Merge branch 'master' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f1c09..2414a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.3-beta] - 2024-08-6 +### Added +- C# .NET 8.0 library wrapper for noscrypt +- NIP44 vector testing for encryption + +## [0.1.4] + +### 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] ### Added -- Utilities sidecar library for easy note encryption (noscryptutil.h) +- Utilities sidecar library for easy note encryption [(noscryptutil.h)](https://github.com/VnUgE/noscrypt/blob/v0.1.3/include/noscryptutil.h) - Utilities for padding calculations - Prints the name of the configured crypto backend during build - Many internal hardening improvments (span pass-by-value, span validation functions) @@ -35,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `NC_ENCRYPTION_NONCE_SIZE` macro for better forward compatability - `NC_NIP04_AES_IV_SIZE` macro for better forward compatability -## [0.1.2] - 2024-05-29 +## [0.1.2] ### Added @@ -60,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NCContext structure defintion. - Internal headers from the public include directory. -[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.3-beta...HEAD -[0.1.3-beta]: https://github.com/VnUgE/noscrypt/compare/v0.1.2...v0.1.3-beta +[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/VnUgE/noscrypt/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/VnUgE/noscrypt/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/VnUgE/noscrypt/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/VnUgE/noscrypt/compare/v0.1.0...v0.1.1 |