Handbook
Glossary
bech32-hrp-expand ( s -- t )
Vocabulary
bech32
.
private
Inputs
s
an
object
Outputs
t
an
object
Definition
USING:
kernel
math
sequences
;
IN:
bech32.private
:
bech32-hrp-expand
( s -- t )
[
[
-5
shift
]
map
B{
0
}
]
[
[
31
bitand
]
map
3append
]
bi
;