libsodium-core
libsodium-core copied to clipboard
libsodium for .NET - A secure cryptographic library
Results
2
libsodium-core issues
Sort by
recently updated
recently updated
newest added
954f93686c77ec7fa68ab79042a9667f7f9fa1c3 removed support for iOS and Android. It would be nice to have it back. This should probably be based on the .NET 6.
help wanted
I wrote a small unit test to encrypt and decrypt a message with **PublicKeyBox.Create()** and **PublicKeyBox.Open()**. Both Assertions pass. ``` var alice = PublicKeyBox.GenerateKeyPair(); var bob = PublicKeyBox.GenerateKeyPair(); var nonce...