summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/encryption_key_is_surprising.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/encryption_key_is_surprising.mdwn b/doc/bugs/encryption_key_is_surprising.mdwn
index 80dea87e5..5b18610b5 100644
--- a/doc/bugs/encryption_key_is_surprising.mdwn
+++ b/doc/bugs/encryption_key_is_surprising.mdwn
@@ -18,3 +18,7 @@ This lets GPG generate the randomness and by passing armor, it avoids newlines.
The encryption wiki page could have had more information. Enough code (sadly in Python, not reusing the Haskell code) to operate on the resulting files can be found in [this Gist](https://gist.github.com/pkern/5078559).
-- Philipp Kern
+
+> In addition to the comment below, I have added a check that gpg outputs
+> the expected quantity of data, and the storage of the cipher is now
+> documented in [[internals]]. Think I can call this [[done]]. --[[Joey]]