diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-28 19:54:45 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-28 19:54:45 -0400 |
commit | de9741b417ee04a54512af106b71cf388c93ea9d (patch) | |
tree | d0f2d129d6db16f635c538217ac8fb856f3225be /CHANGELOG.md | |
parent | 85c48ba24c34277ecaeb4ab513bd195a350cee2a (diff) |
feat: add library context alloc util functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2414a2b..e519972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - C# .NET 8.0 library wrapper for noscrypt - NIP44 vector testing for encryption +- `NCUtilContextAlloc()` and `NCUtilContextFree()` utilities for dynamic library context allocation + +### Changed +- Public and Secret key structure definition names have been correctly namespaced __(no breaking changes)__ ## [0.1.4] |