Handbook
Glossary
base32hex> ( base32 -- seq )
Base32 conversions
Prev:
>base32hex ( seq -- base32 )
Next:
>base32-crockford ( n -- base32 )
Vocabulary
base32
Inputs
base32
a
sequence
Outputs
seq
a
sequence
Word description
Decode from Base32 encoding with Extended Hex Alphabet (RFC 4648).
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
base32
:
base32hex>
( base32 -- seq )
binary
[
binary
[
decode-base32hex
]
with-byte-reader
]
with-byte-writer
;