summaryrefslogtreecommitdiff
path: root/doc/bugs/encryption_key_is_surprising.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-03 20:50:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-03 20:50:03 -0400
commita14fe04b3e5a8ee79684351cb01eca2ba7912c52 (patch)
treeeda94415ec07ffd5099674e86be430c74991d5a3 /doc/bugs/encryption_key_is_surprising.mdwn
parentf4210ac5332d670fb39ae020ec34011d09cb6659 (diff)
cloe
Diffstat (limited to 'doc/bugs/encryption_key_is_surprising.mdwn')
-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]]