Updated README file.

This commit is contained in:
LoRd_MuldeR 2022-04-24 14:51:04 +02:00
parent afdce47caa
commit 56e30d6d6a
Signed by: mulder
GPG Key ID: 2B5913365F57E03F

View File

@ -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
=======