Handbook
Glossary
calculate-hash ( ts -- hash )
Vocabulary
marvel
Inputs
ts
an
object
Outputs
hash
an
object
Definition
USING:
checksums
checksums.md5
hex-strings
math.parser
namespaces
sequences
;
IN:
marvel
:
calculate-hash
( ts -- hash )
number>string
marvel-private-key
get
marvel-public-key
get
3append
md5
checksum-bytes
bytes>hex-string
;