mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
remove top-level anchors in chapters
This commit is contained in:
parent
506414c24b
commit
39438cf0f6
14 changed files with 21 additions and 29 deletions
|
@ -3,7 +3,6 @@ SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
|||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
(cryptography_chapter)=
|
||||
# Cryptographic concepts and terms
|
||||
|
||||
(crypto-hash)=
|
||||
|
@ -133,7 +132,7 @@ In OpenPGP, digital signatures have diverse applications, extending beyond mere
|
|||
{term}`Digital signatures<OpenPGP Signature Packet>` in OpenPGP are used in two primary contexts:
|
||||
|
||||
- [Data signatures](signing_data)
|
||||
- [Signatures on components](component_signatures_chapter)
|
||||
- [Signatures on components](/signing_components)
|
||||
|
||||
(hybrid_cryptosystems)=
|
||||
## Hybrid cryptosystems
|
||||
|
@ -142,4 +141,4 @@ In OpenPGP, digital signatures have diverse applications, extending beyond mere
|
|||
|
||||
### Usage and terminology in OpenPGP
|
||||
|
||||
OpenPGP uses a {term}`hybrid cryptosystem` for encryption. This approach involves generating unique shared secrets, known as "session keys," for each session. For detailed information on this topic, please refer to the chapters {ref}`encryption_chapter` and {ref}`decryption_chapter`.
|
||||
OpenPGP uses a {term}`hybrid cryptosystem` for encryption. This approach involves generating unique shared secrets, known as "session keys," for each session. For detailed information on this topic, please refer to the chapters [](encryption) and [](decryption).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue