summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-24 21:35:49 -0400
committerjoe <joe@jerkface.net>2016-04-25 05:07:55 -0400
commit12751d65b72b6f9325a0cf917c4be8a4750e2e8b (patch)
treeaf97dafce1bbc02546d755d6fdfd0eaa8b0743bf /Data/OpenPGP/Util.hs
parent7f2bca77eedcd124e2fe37e900ba6b0876a4334e (diff)
Key generation.
Diffstat (limited to 'Data/OpenPGP/Util.hs')
-rw-r--r--Data/OpenPGP/Util.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util.hs b/Data/OpenPGP/Util.hs
index c675ec2..8a1a449 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -3,10 +3,12 @@ module Data.OpenPGP.Util
3 , decryptSecretKey 3 , decryptSecretKey
4 , verify 4 , verify
5 , pgpSign 5 , pgpSign
6 , GenerateKeyParams(..)
7 , generateKey
6 ) where 8 ) where
7 9
8import Data.OpenPGP.Util.Fingerprint 10import Data.OpenPGP.Util.Fingerprint
9import Data.OpenPGP.Util.Sign 11import Data.OpenPGP.Util.Sign
10import Data.OpenPGP.Util.Verify 12import Data.OpenPGP.Util.Verify
11import Data.OpenPGP.Util.DecryptSecretKey 13import Data.OpenPGP.Util.DecryptSecretKey
12 14import Data.OpenPGP.Util.Gen