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


secureHash

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

This function is based on the Secure Hash Function (SHA-1), as specified by international standard FIPS PUB 180-1: It mixes the information in the given block together to produce a twenty-byte signature, which is then returned as a hex string:

"abc" secureHash
Stack: "a9993e364706816aba3e25717850c26c9cd0d89d"

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


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