?
32-hex-extended-encode
Summary​
Encodes a binary into a base 32 encoded string with extended alphabet
Description​
Fields​
data​
Encodes a binary into a base 32 extended alphabet encoded string
case​
Which case to use for the encoding. Either upper
or lower
case.
padding​
Determines whether the result should be padded to a multiple of 8.
Helpful?