From de9741b417ee04a54512af106b71cf388c93ea9d Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 28 Aug 2024 19:54:45 -0400 Subject: feat: add library context alloc util functions --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') 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] -- cgit