pstore2
Variables
base32.cpp File Reference
#include "base32.hpp"
Include dependency graph for base32.cpp:

Variables

std::array< char const, 32 > const pstore::base32::alphabet
 

Variable Documentation

◆ alphabet

std::array< char const, 32 > const pstore::base32::alphabet
Initial value:
{
{'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p',
'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '2', '3', '4', '5', '6', '7'}}