summaryrefslogtreecommitdiffhomepage
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Types.hs b/Types.hs
index d3eeccb..5e06a74 100644
--- a/Types.hs
+++ b/Types.hs
@@ -52,8 +52,7 @@ data SecretKeySource = GpgKey KeyId | KeyFile FilePath
-- | The keyid is any value that is unique to a private key, and can be
-- looked up somehow without knowing the private key.
--
--- A gpg keyid is the obvious example. But, if a gpg key is not
--- stored on the key servers, keysafe will instead use "".
+-- A gpg keyid is the obvious example.
data KeyId = KeyId B.ByteString
deriving (Show)