Message Digests (aka Digital Signatures)
A message digest is a non-reversable
algorithm which reduces a message to a
fixed-length “summary”
The summary has the property that a change
to the original will produce a new summary
The probability that the new summary is the
same as the old should be 1/(size of digest)
Tanenbaum, p. 590 (§9.2.4)