clause correction in 69f5bce965

This commit is contained in:
Tammi L. Coles 2023-11-03 12:31:21 +01:00
parent 5e97344039
commit bac6fbe6fd

View file

@ -8,7 +8,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
## Cryptographic hash functions
[Cryptographic hash functions](https://en.wikipedia.org/wiki/Cryptographic_hash_function) take data strings of any length (like a text message or file) and output a fixed-size code, a "hash digest". Often abbreviated as either "digest" or "hash." A hash digest acts like a unique identifier for the original data.
[Cryptographic hash functions](https://en.wikipedia.org/wiki/Cryptographic_hash_function) take data strings of any length (like a text message or file) and output a fixed-size code, a "hash digest," which is often abbreviated as either "digest" or "hash." A hash digest acts like a unique identifier for the original data.
Here are two important properties of cryptographic hash functions: