mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
clause correction in 69f5bce965
This commit is contained in:
parent
5e97344039
commit
bac6fbe6fd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
## Cryptographic hash functions
|
## 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:
|
Here are two important properties of cryptographic hash functions:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue