add link anchor

This commit is contained in:
Heiko Schaefer 2023-12-08 23:07:47 +01:00
parent fbf5cac613
commit b2244aeca1
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -233,6 +233,7 @@ Notably, in many algorithms, encryption and signing-related functionalities (i.e
[^key-flag-sharing]: With ECC algorithms, it's impossible to combine {term}`encryption<Encryption Key Flag>` functions with those intended for {term}`signing<Signing Key Flag>`. For example, ed25519 is specifically used for {term}`signing<Signing Key Flag>`; cv25519 is designated for {term}`encryption<Encryption Key Flag>`.
(algo-pref)=
### Algorithm preferences and feature signaling
OpenPGP incorporates significant ["cryptographic agility"](https://en.wikipedia.org/wiki/Cryptographic_agility). It doesn't rely on a single fixed set of algorithms. Instead, it defines a suite of cryptographic primitives from which users (or their applications) can choose.