Minor edit

This commit is contained in:
Heiko Schaefer 2024-01-02 22:22:04 +01:00
parent b1e14f9e6f
commit 331800e3ed
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -146,7 +146,7 @@ By contrast, a message, where the signer attests an already signed message has t
A {term}`prefixed signed message` consists of {term}`signature packet(s)<signature packet>` followed by the message. For the verifier, processing one-pass signed and prefixed signed messages are equally convenient. However, on the signer's side, it takes more resources to generate a {term}`prefixed signed message`.
This is a legacy format. Not all modern implementations support. However, for example, GnuPG 2.4.x can validate messages with this signature format.
This is a legacy format. Not all modern implementations support it. However, for example, GnuPG 2.4.x can validate messages with this signature format.
#### Structure