mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
18 lines
389 B
Markdown
18 lines
389 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
-->
|
|
|
|
(signing_data)=
|
|
# Signatures over data
|
|
|
|
```{admonition} TODO
|
|
:class: warning
|
|
|
|
Add content, including:
|
|
|
|
- Signature of a binary document
|
|
|
|
- Signature of a canonical text document
|
|
- "The signature is calculated over the text data with its line endings converted to `<CR><LF>`"
|
|
```
|