jedisct1 / libsodium-doc

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

add user https://github.com/ndilieto/libagentcrypt #84

Closed ndilieto closed 5 years ago

ndilieto commented 5 years ago

Hello there, I have added a new project using libsodium.

jedisct1 commented 5 years ago

Great project!

Thanks for writing it and for the PR to this documentation!

jedisct1 commented 5 years ago

By the way, calling sodium_mlock() is not required with memory allocated using sodium_malloc().

ndilieto commented 5 years ago

I'll take it out with the next release. Thanks for reviewing the code. I appreciate it. If you see anything else in the code, please don't hesitate to let me know.