Handbook
Glossary
encode5 ( seq -- byte-array )
Vocabulary
base32hex
.
private
Inputs
seq
an
object
Outputs
byte-array
an
object
Definition
USING:
endian
kernel
math
sequences
;
IN:
base32hex.private
:
encode5
( seq -- byte-array )
be>
{
-35 -30 -25 -20 -15 -10 -5 0
}
[
shift
31
bitand
ch>base32hex
]
with
B{
}
map-as
;
inline