Pudu programming language
Menu
API reference

Std.Base32.encodeHex

1 declaration

fn

encodeHex: &Bytes -> Str

Bytes in the extended-hex alphabet, padded. Its digits sort in the same order as the bytes they encode, so encoded keys can be compared as text.

Back to Std.Base32Search related declarations