Handbook
Glossary
normalize-base32 ( base32 -- base32' )
Vocabulary
base32-crockford
.
private
Inputs
base32
an
object
Outputs
base32'
an
object
Definition
USING:
ascii
assocs
kernel
sequences
;
IN:
base32-crockford.private
:
normalize-base32
( base32 -- base32' )
45
swap
remove
>upper
H{
{
73 49
}
{
76 49
}
{
79 48
}
}
substitute
;