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