From 2162178cb7e209e9f060748842e1c4782a2ab852 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 17 Aug 2024 21:33:23 -0400 Subject: refactor: cipher utils update and simplify --- wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs') diff --git a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs index 8f8c6b4..61128eb 100644 --- a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs +++ b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs @@ -33,7 +33,7 @@ namespace VNLib.Utils.Cryptography.Noscrypt /// public sealed class NCContext : SafeHandleZeroOrMinusOneIsInvalid { - private readonly IUnmangedHeap Heap; + internal readonly IUnmangedHeap Heap; /// /// The library this context was created from -- cgit