summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util.hs')
-rw-r--r--Data/OpenPGP/Util.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/OpenPGP/Util.hs b/Data/OpenPGP/Util.hs
index 8a1a449..19d98ec 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -1,6 +1,7 @@
1module Data.OpenPGP.Util 1module Data.OpenPGP.Util
2 ( fingerprint 2 ( fingerprint
3 , decryptSecretKey 3 , decryptSecretKey
4 , encryptSecretKey
4 , verify 5 , verify
5 , pgpSign 6 , pgpSign
6 , GenerateKeyParams(..) 7 , GenerateKeyParams(..)