crypto: remove warning message in README

This commit is contained in:
Danny Robson 2018-01-14 17:20:49 +11:00
parent 09aa86f55f
commit aa997ca996

2
README
View File

@ -1,5 +1,3 @@
A simple cross-platform C++ utility library.
Supported compilers: >=clang-4.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.
For the love of God, do not use the crypto routines. I am not a cryptographer or a security specialist. You have been warned.