mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-14 05:39:41 +02:00
link to cryptographic hashes
This commit is contained in:
parent
42b9e98e21
commit
ade8edd697
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue