base32hex¶
Defined in header <mgs/base32hex.hpp>
.
class base32hex;
base32hex is a codec implementing the base32hex encoding scheme, as defined in RFC4648.
Characteristics¶
Alphabet |
|
Padding |
Required, 8 byte boundary |
Padding character |
|
Inherited from base_n::basic_codec¶
Member functions¶
Name |
Description |
---|---|
encoded_size [static] |
Computes the encoded size given a decoded size |
max_decoded_size [static] |
Computes the maximum decoded size given an encoded size |