dev docs: Remove outdated reference to the comment field.

We decided against using it.

Signed-off-by: Gabriela Moldovan <gabi@torproject.org>
This commit is contained in:
Gabriela Moldovan 2023-04-24 17:16:42 +01:00
parent 37493b6bd3
commit 6c6e03ec4a
No known key found for this signature in database
GPG Key ID: 3946E0ADE72BAC99
1 changed files with 0 additions and 6 deletions

View File

@ -205,12 +205,6 @@ is the `arti_path` of a particular key):
...
```
### Comment field format
TODO hs: decide what format to store the `arti_path` in. One option would be
to encode it as an email address: `<arti_path>@_artikeyid.arti.torproject.org`.
Another would be to simply store it as-is.
### The `KeyIdentity` trait
```rust