libcruft-util/README

6 lines
374 B
Plaintext
Raw Normal View History

2015-04-13 18:10:18 +10:00
A simple cross-platform C++ utility library.
2016-06-20 18:06:51 +10:00
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.
2016-06-20 18:06:51 +10:00
For the love of God, do not use the crypto routines. I am not a cryptographer or a security specialist. You have been warned.