link to cryptographic hashes

This commit is contained in:
Heiko Schaefer 2023-11-21 10:31:41 +01:00
parent 42b9e98e21
commit ade8edd697
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
(cryptography_chapter)=
# Cryptographic concepts and terms
(crypto-hash)=
## 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," which is often abbreviated as either "digest" or "hash." A hash digest acts like a unique identifier for the original data.