mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-08-26 13:38:12 +02:00
README.md: Update the security notice to reflect that this is a library and not a program.
This commit is contained in:
parent
7be8afcd88
commit
6a721c4634
1 changed files with 3 additions and 3 deletions
|
|
@ -96,9 +96,9 @@ C:\repo> cmake --build build --config Release
|
||||||
|
|
||||||
## Security notice
|
## Security notice
|
||||||
|
|
||||||
Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The program will
|
Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The library will
|
||||||
never expose your keys to anything but the computers memory and output of the
|
never expose keys to anything but the computers memory (and standard output if you call such a function of course).
|
||||||
program. You are free to inspect the source code and compile yourself to verify.
|
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
|
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
|
cryptographically secure as this depends on OpenSSL's implementation (alto it is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue