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


|secureHash

Function: |secureHash { [chars-or-ints] -> [checkbytes] arg }
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 then replaces the block:

[ 'a' 'b' 'c' |
Stack: [ 'a' 'b' 'c' |
|secureHash
Stack: [ '\251' '\231' '>' '6' 'G' '\006' '\201' 'j' '\272' '>' '%' 'q' 'x' 'P' '\302' 'l' '\234' '\320' '\330' '\235' |

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


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