|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/types.h>#include <string>Go to the source code of this file.
Namespaces | |
| Botan | |
Macros | |
| #define | BOTAN_VERSION_CODE |
| #define | BOTAN_VERSION_CODE_FOR(a, b, c) ((a << 16) | (b << 8) | (c)) |
Functions | |
| std::string | Botan::runtime_version_check (uint32_t major, uint32_t minor, uint32_t patch) |
| const char * | Botan::short_version_cstr () |
| std::string | Botan::short_version_string () |
| const char * | Botan::version_cstr () |
| uint32_t | Botan::version_datestamp () |
| uint32_t | Botan::version_major () |
| uint32_t | Botan::version_minor () |
| uint32_t | Botan::version_patch () |
| std::string | Botan::version_string () |
| #define BOTAN_VERSION_CODE |
Compare using BOTAN_VERSION_CODE_FOR, as in
1.8.9.1