summaryrefslogtreecommitdiff
path: root/Data/OpenPGP
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-24 18:12:59 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-24 18:12:59 -0500
commitfb1dc48bcf701e0878730b279522ee810f548521 (patch)
treec223506cec8e4ccb4c0a4613573335fbc8b7e0da /Data/OpenPGP
parentc2bef325c2eca335b7cf2de5702fc968827fe6b6 (diff)
typo in comment
Diffstat (limited to 'Data/OpenPGP')
-rw-r--r--Data/OpenPGP/Crypto.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/OpenPGP/Crypto.hs b/Data/OpenPGP/Crypto.hs
index f9d1074..b34c395 100644
--- a/Data/OpenPGP/Crypto.hs
+++ b/Data/OpenPGP/Crypto.hs
@@ -101,7 +101,7 @@ verify keys message sigidx =
101-- | Sign data or key/userID pair. Only supports RSA keys for now. 101-- | Sign data or key/userID pair. Only supports RSA keys for now.
102sign :: OpenPGP.Message -- ^ SecretKeys, one of which will be used 102sign :: OpenPGP.Message -- ^ SecretKeys, one of which will be used
103 -> OpenPGP.Message -- ^ Message containing data or key to sign, and optional signature packet 103 -> OpenPGP.Message -- ^ Message containing data or key to sign, and optional signature packet
104 -> OpenPGP.HashAlgorithm -- ^ HashAlgorithm to use is signature 104 -> OpenPGP.HashAlgorithm -- ^ HashAlgorithm to use in signature
105 -> String -- ^ KeyID of key to choose or @[]@ for first 105 -> String -- ^ KeyID of key to choose or @[]@ for first
106 -> Integer -- ^ Timestamp for signature (unless sig supplied) 106 -> Integer -- ^ Timestamp for signature (unless sig supplied)
107 -> OpenPGP.Packet 107 -> OpenPGP.Packet