Home
last modified time | relevance | path

Searched refs:base32_norm_to_hex (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dbasenc.c426 static const char base32_norm_to_hex[32 + 9] = { variable
481 *p = base32_norm_to_hex[*p - 0x32]; in base32hex_encode()