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


|secureHashCheck

Function: |secureDigest { [msg-plus-signature] -> [message-plus-badsig] arg }
file: job.t
package: muf
status: alpha

This function is complementary to |secureDigest: It checks whether the signature on the message is correct, then replaces the signature with a flag value which is nil if the signature was correct, else non-nil.

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

See section hash. See section |secureHash. See section |secureDigest. See section |signedDigest. See section |signedDigestCheck. See section secureHash. See section secureHashBinary. See section secureHashFixnum.


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