wiwi::encoding::hex

Static TABLE_ENCODER_UPPER

Source
pub static TABLE_ENCODER_UPPER: [u8; 16]
Expand description

Encoding table of uppercased characters, length 16, mapping a value from 0-15 to a hex byte (upper letters)

Note: this table is not actually used in the encoding/decoding implementation