Functions | |
| std::vector< uint8_t > | decode (std::string_view in) |
| std::string | encode (utils::byte_view bytes) |
| int | decode (char encoded_char) |
| char | encode (int value) |
| int crypt64::decode | ( | char | encoded_char | ) |
Definition at line 237 of file base64.cpp.
| std::vector< uint8_t > crypt64::decode | ( | std::string_view | in | ) |
Definition at line 229 of file base64.cpp.
References in.
Referenced by BOOST_AUTO_TEST_CASE(), and utils::md5::get_iteration_count().
| char crypt64::encode | ( | int | value | ) |
Definition at line 242 of file base64.cpp.
| std::string crypt64::encode | ( | utils::byte_view | bytes | ) |
Definition at line 233 of file base64.cpp.
Referenced by BOOST_AUTO_TEST_CASE().