Updated README file.
This commit is contained in:
parent
afdce47caa
commit
56e30d6d6a
12
README.md
12
README.md
@ -876,6 +876,18 @@ The following functions are "reentrant" and thus may safely be called by *any* t
|
||||
***Note:*** If the same `slunkcrypt_t`, `Encryptor` or `Decryptor` instance needs to be shared across *multiple* threads (i.e. the same instance is accessed by *concurrent* threads), then the application **must** *serialize* any invocation of the above functions on that shared instance, by using a suitable synchronization mechanism! This can be achieved by using a [*mutex*](https://linux.die.net/man/3/pthread_mutex_lock).
|
||||
|
||||
|
||||
Source Code
|
||||
===========
|
||||
|
||||
The latest SlunkCrypt source code is available from the official Git mirrors at:
|
||||
|
||||
* <https://osdn.net/projects/slunkcrypt/scm/git/SlunkCrypt/>
|
||||
* <https://gitlab.com/lord_mulder/slunkcrypt/>
|
||||
* <https://bitbucket.org/muldersoft/slunkcrypt/>
|
||||
* <https://repo.or.cz/slunkcrypt.git>
|
||||
* <https://punkindrublic.mooo.com:3000/Muldersoft/SlunkCrypt>
|
||||
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user