From 6c6e03ec4af627d7b0d5b603d46ff89ed8ac19d7 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Mon, 24 Apr 2023 17:16:42 +0100 Subject: [PATCH] dev docs: Remove outdated reference to the comment field. We decided against using it. Signed-off-by: Gabriela Moldovan --- doc/dev/notes/key-management.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/dev/notes/key-management.md b/doc/dev/notes/key-management.md index fd6df2e15..847285a36 100644 --- a/doc/dev/notes/key-management.md +++ b/doc/dev/notes/key-management.md @@ -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: `@_artikeyid.arti.torproject.org`. -Another would be to simply store it as-is. - ### The `KeyIdentity` trait ```rust