wiwi::encoding::hex

Static TABLE_ENCODER_LOWER

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

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

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