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