Go to the first, previous, next, last section, table of contents.


secureHashBinary

Function: secureHashBinary { string -> string }
file: job.t
package: muf
status: alpha

This function is identical to secureHash except the return value is a machine-oriented string containing twenty binary bytes, instead of a of human-oriented readable string:

"abc" secureHashBinary
Stack: ">6Gj>%qxPl؝"

See section hash. See section |secureHash. See section |secureDigest. See section |secureHashCheck. See section secureHash. See section secureHashFixnum.


Go to the first, previous, next, last section, table of contents.