summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-25 00:11:46 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 09:19:55 -0400
commitdbab71d60e31e27e4331aa6b2c15d2fa9b78fbd8 (patch)
tree8b214350ea6785b2d23795694d38e66b34344bd1 /Data/OpenPGP/Util.hs
parenta86fa24e7e78ae880f62f3910b02601fb8abf8be (diff)
encryptSecretKey
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(..)