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