From 6a721c4634b195579cbd8e47ee7771f31393e6ee Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Mar 2023 14:08:04 +0100 Subject: [PATCH] README.md: Update the security notice to reflect that this is a library and not a program. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9244f5c..40bb6d7 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ C:\repo> cmake --build build --config Release ## Security notice -Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The program will -never expose your keys to anything but the computers memory and output of the -program. You are free to inspect the source code and compile yourself to verify. +Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The library will +never expose keys to anything but the computers memory (and standard output if you call such a function of course). +You are free to inspect the source code and compile yourself to verify. However, use this at your own risk. we cannot guarantee that the keys are cryptographically secure as this depends on OpenSSL's implementation (alto it is