Clarify that a cryptographic signature is 'raw'

This commit is contained in:
Paul Schaub 2023-12-21 15:24:22 +01:00
parent 15e0b23f16
commit 68082c2fce
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -131,7 +131,7 @@ Cryptographic Key
A {term}`symmetric<Symmetric Cryptography>` or {term}`asymmetric<Asymmetric Cryptography>` cryptographic key is used for signing and encryption operations. See [](cryptography).
Cryptographic Signature
A raw cryptographic signature is a sequence of bytes created by a {term}`Cryptographic Key`.
A raw cryptographic signature is an algorithm-specific sequence of bytes created by a {term}`Cryptographic Key`.
CTB
See {term}`Cipher Type Byte`.