remove top-level anchors in chapters

This commit is contained in:
Heiko Schaefer 2023-12-12 13:02:55 +01:00
parent 506414c24b
commit 39438cf0f6
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
14 changed files with 21 additions and 29 deletions

View file

@ -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).