Handbook
Glossary
get-bits ( bytes -- str )
Vocabulary
hashcash
.
private
Inputs
bytes
an
object
Outputs
str
an
object
Definition
USING:
math.parser
sequences
;
IN:
hashcash.private
:
get-bits
( bytes -- str )
[
>bin
8 48
pad-head
]
{
}
map-as
concat
;