Handbook
Glossary
zbase32> ( zbase32 -- seq )
Base32 conversions
Prev:
>zbase32 ( seq -- zbase32 )
Vocabulary
base32
Inputs
zbase32
a
sequence
Outputs
seq
a
sequence
Word description
Decode from the "human-oriented" Base32 encoding.
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
base32
:
zbase32>
( zbase32 -- seq )
binary
[
binary
[
decode-zbase32
]
with-byte-reader
]
with-byte-writer
;