From 7fa05238b884477e45be6682178d015b9c43566e Mon Sep 17 00:00:00 2001 From: zhibog Date: Sat, 16 Oct 2021 19:37:23 +0200 Subject: [PATCH] Added note due address thread safety --- core/crypto/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/crypto/README.md b/core/crypto/README.md index 169b79576..c21fba44b 100644 --- a/core/crypto/README.md +++ b/core/crypto/README.md @@ -77,6 +77,9 @@ main :: proc() { ``` For example uses of all available algorithms, please see the tests within `tests/core/crypto`. +#### Thread safety +The crypto package is not thread-safe at the moment. This may change in the future. + ### Disclaimer The algorithms were ported out of curiosity and due to interest in the field. We have not had any of the code verified by a third party or tested/fuzzed by any automatic means.