ipfs-chromium
Public Types | Static Public Attributes | List of all members
multibase::traits<::multibase::encoding::base_32 > Struct Reference
Collaboration diagram for multibase::traits<::multibase::encoding::base_32 >:
Collaboration graph
[legend]

Public Types

using execution_style = multibase::algorithm::block_tag
 

Static Public Attributes

constexpr static const std::array< char, 32 > charset
 
constexpr static const char name [] = "base_32"
 
constexpr static const char padding = 0
 

Member Data Documentation

◆ charset

constexpr static const std::array<char, 32> multibase::traits<::multibase::encoding::base_32 >::charset
staticconstexpr
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'}

The documentation for this struct was generated from the following file: