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