Update comment
This commit is contained in:
parent
648f46d22a
commit
2cc0bab0e3
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* THREAD SAFETY: crypto_box_keypair() is thread-safe,
|
* THREAD SAFETY: crypto_box_keypair() is thread-safe,
|
||||||
* provided that you called sodium_init() once before using any
|
* provided that sodium_init() was called before.
|
||||||
* other libsodium function.
|
*
|
||||||
* Other functions are always thread-safe.
|
* Other functions are always thread-safe.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* THREAD SAFETY: crypto_sign_keypair() is thread-safe,
|
* THREAD SAFETY: crypto_sign_keypair() is thread-safe,
|
||||||
* provided that you called sodium_init() once before using any
|
* provided that sodium_init() was called before.
|
||||||
* other libsodium function.
|
*
|
||||||
* Other functions, including crypto_sign_seed_keypair() are always thread-safe.
|
* Other functions, including crypto_sign_seed_keypair() are always thread-safe.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user