aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-05 22:27:04 +0100
committerMattias Andrée <maandree@kth.se>2016-03-05 22:28:33 +0100
commitc1f4d263ec1004512cdd6b38b351eb2fe2321c22 (patch)
treeff884393424694c79eb87d16f13b151ba0233ec7 /zahl.h
parentzinit is now an inline function (diff)
downloadlibzahl-c1f4d263ec1004512cdd6b38b351eb2fe2321c22.tar.gz
libzahl-c1f4d263ec1004512cdd6b38b351eb2fe2321c22.tar.bz2
libzahl-c1f4d263ec1004512cdd6b38b351eb2fe2321c22.tar.xz
Add memory pool, also let the user know that libzahl is not designed for cryptography
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'zahl.h')
-rw-r--r--zahl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zahl.h b/zahl.h
index 39d08a2..4cb1373 100644
--- a/zahl.h
+++ b/zahl.h
@@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* Warning: libzahl is not thread-safe. */
+/* Caution: Do not use libzahl for cryptographic applications, use a specialised library. */
#include <stddef.h>