Remove specifics from Cryptographic Key

This commit is contained in:
Paul Schaub 2023-12-21 15:32:08 +01:00
parent d3cdbd4366
commit e4b5c4d64b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -128,7 +128,7 @@ Criticality Flag
A flag on {term}`Subpacket`s, that can mark them as critical or non-critical, which is has an influence on signature validation. See [](criticality-of-subpackets).
Cryptographic Key
A {term}`symmetric<Symmetric Cryptography>` or {term}`asymmetric<Asymmetric Cryptography>` cryptographic key is used for signing and encryption operations. See [](cryptography).
A {term}`symmetric<Symmetric Cryptography>` or {term}`asymmetric<Asymmetric Cryptography>` cryptographic key. See [](cryptography).
Cryptographic Signature
A raw cryptographic signature is an algorithm-specific sequence of bytes created by a {term}`Cryptographic Key`.