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