From bac6fbe6fd7fd2fdbeb1ddeed856878757fb16b3 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 3 Nov 2023 12:31:21 +0100 Subject: [PATCH] clause correction in https://codeberg.org/openpgp/notes/commit/69f5bce965bef1d7db48f815c5882449cec700f8 --- book/source/03-cryptography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/03-cryptography.md b/book/source/03-cryptography.md index e5ff82d..ebfd687 100644 --- a/book/source/03-cryptography.md +++ b/book/source/03-cryptography.md @@ -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: