summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:45:19 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:45:19 +0300
commit4e7abca7f457dc508ab5371be2576083c7896f2d (patch)
tree77f83f29ab8b02991dde386a9d5d93cb832c1979
parent6e0b14897dc60aa7af339f892ef5f26391b6e0dc (diff)
downloadsq-user-guide-4e7abca7f457dc508ab5371be2576083c7896f2d.tar.gz
add note that detached sig has checksum, not original data
-rw-r--r--sq-guide.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/sq-guide.md b/sq-guide.md
index eb652e8..3a641b6 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -623,7 +623,9 @@ sq sign --detached --signer-key key.pgp -o foo-sig.pgp foo.md
Note the `--detached` option. The signature, but none of the original
data, is written to `foo-sig.pgp`. The detached signature is small,
-and its size does not depend on the size of the signed data.
+and its size does not depend on the size of the signed data. That's
+because the detached signature contains the _cryptographic checksum_
+of the original data.
## Verifying a signature