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


|signedDigest

Function: |signedDigest { [chars-or-ints] secret -> [same-plus-checkbytes] }
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 secret plus the information in the given block together to produce a twenty-byte signature, which is then appended to the block:

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

Use generateDiffieHellmanSharedSecret to generate the shared secret.

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


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