Update comment

This commit is contained in:
Frank Denis 2016-06-29 15:31:23 +02:00
parent 648f46d22a
commit 2cc0bab0e3
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
/*
* THREAD SAFETY: crypto_box_keypair() is thread-safe,
* provided that you called sodium_init() once before using any
* other libsodium function.
* provided that sodium_init() was called before.
*
* Other functions are always thread-safe.
*/

View File

@ -3,8 +3,8 @@
/*
* THREAD SAFETY: crypto_sign_keypair() is thread-safe,
* provided that you called sodium_init() once before using any
* other libsodium function.
* provided that sodium_init() was called before.
*
* Other functions, including crypto_sign_seed_keypair() are always thread-safe.
*/