diff options
author | vnugent <public@vaughnnugent.com> | 2024-06-30 22:56:29 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-06-30 22:56:29 -0400 |
commit | 614c02097f5f173299948df279c2d3e2f9f748f9 (patch) | |
tree | dd6611202fb346008907889ea2ae2ccdc09a69fd /wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs | |
parent | eefbfce0af26be62ec3b329e4ef78f12f5f71c98 (diff) |
small cleanup for context switch
Diffstat (limited to 'wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs')
-rw-r--r-- | wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs index 0982d3a..918d196 100644 --- a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs +++ b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NostrMessageCipher.cs @@ -19,7 +19,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Authentication; -using VNLib.Utils.Extensions; using VNLib.Utils.Memory; using static VNLib.Utils.Cryptography.Noscrypt.NoscryptLibrary; |