libsodium-net
libsodium-net copied to clipboard
Is it still maintained ?
obviously not 😐
libsodium-core is a fork of libsodium-net that's more up-to-date. For example, there's XChaCha20 & XChaCha20Poly1305, etc. It works with .NET Core and .NET Framework, but you have to specify x86 or x64 with .NET Framework when building - AnyCPU doesn't seem to be supported.
Update: libsodium-core doesn't seem to be maintained anymore either. That leaves Nsec, which doesn't expose most of the libsodium functionality (e.g. there's no password hashing). I'm also working on a tidied up fork of libsodium-core called Geralt.