Botan 3.9.0
Crypto and TLS for C&
|
Functions | |
std::string | decrypt (std::span< const uint8_t > input, std::string_view passphrase) |
secure_vector< uint8_t > | decrypt_bin (std::span< const uint8_t > input, std::string_view passphrase) |
std::string Botan::CryptoBox::BOTAN_DIAGNOSTIC_IGNORE_DEPRECATED_DECLARATIONS::decrypt | ( | std::span< const uint8_t > | input, |
std::string_view | passphrase ) |
Definition at line 158 of file cryptobox.cpp.
References Botan::CryptoBox::decrypt().
secure_vector< uint8_t > Botan::CryptoBox::BOTAN_DIAGNOSTIC_IGNORE_DEPRECATED_DECLARATIONS::decrypt_bin | ( | std::span< const uint8_t > | input, |
std::string_view | passphrase ) |
Definition at line 154 of file cryptobox.cpp.
References Botan::CryptoBox::decrypt_bin().