jedisct1 / libsodium-doc

Gitbook documentation for libsodium
https://libsodium.org
ISC License
166 stars 159 forks source link

libsodium_users: add Etebase #113

Closed tasn closed 4 years ago

jedisct1 commented 4 years ago

Thank you for the PR and for using libsodium!

Glad to see that this library was useful for your project!

tasn commented 4 years ago

Useful is an understatement, it is a game changer! Thanks a lot for all of your work on this! The previous version of the etebase library used more basic primitives (e.g. AES directly, including choosing the mode, and HMAC and what not), and it was both harder to audit, but also terribly annoying to get trustworthy implementations across all platforms. The consistency of having libsodium and being able to trust libsodium on every platform we use it made all the difference.

So thanks again for all of your work!