remove top-level anchors in chapters

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

View file

@ -240,7 +240,7 @@ Issuer Key
Key
In OpenPGP, and cryptography more generally, the term "key" holds different meanings.
First, it can apply to different [cryptographic primitives](cryptography_chapter):
First, it can apply to different [cryptographic primitives](/cryptography):
- asymmetric public key
- asymmetric private key
@ -510,7 +510,7 @@ Self-signature
An {term}`OpenPGP Signature Packet` by the {term}`Certificate Holder` on a {term}`Component` of their own {term}`Certificate`.
Session Key
A unique shared secret used in encryption in a {term}`Hybrid Cryptosystem`. See {ref}`encryption_chapter` and {ref}`decryption_chapter`.
A unique shared secret used in encryption in a {term}`Hybrid Cryptosystem`. See [](encryption) and [](decryption).
Soft Revocation
A {term}`Revocation Signature Packet` for a {term}`Certification` or a {term}`Component Key`, which includes a {term}`Reason For Revocation Subpacket` with a {term}`Revocation Code`, that does not signify the target being compromised (e.g., `0` or `2`).