jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.08k stars 1.72k forks source link

Add new binding to libsodium page #1077

Closed Chewhern closed 3 years ago

Chewhern commented 3 years ago

Currently my self made libsodium binding named ASodium have been published to nuget.

I feel that it can be added to libsodium https://doc.libsodium.org/bindings_for_other_languages page

Here's my libsodium binding for nuget, https://www.nuget.org/packages/ASodium/

It is not as good as NSec, but in most cases, it can be a substitute to the old Sodium.Core or libsodium-net

Could Jedisct1 consider adding my binding to the libsodium page?

jedisct1 commented 3 years ago

This is great!

The documentation has its own repository: https://github.com/jedisct1/libsodium-doc

Would you mind sending a pull request there?

Thank you!