Go to the source code of this file.
Namespaces | |
| namespace | fml |
Functions | |
| std::pair< bool, std::string > | fml::Base32Encode (std::string_view input) |
| std::pair< bool, std::string > | fml::Base32Decode (const std::string &input) |
Variables | |
| static constexpr char | fml::kEncoding [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" |
| static constexpr signed char | fml::kDecodeMap [] |
| static constexpr int | fml::kDecodeMapSize |