summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-09-02 01:01:34 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 09:19:55 -0400
commit595e1bec3dda5f04d58a4c94d1f3c6da0e256061 (patch)
treebb40bee5f1746b01686baaf228fb9fa445d11fc6 /Data/OpenPGP/Util.hs
parent05e5830aab6b71735f347d8963bd1fb037e59732 (diff)
randomS2K utility.
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 19d98ec..6b1ebb1 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -6,6 +6,7 @@ module Data.OpenPGP.Util
6 , pgpSign 6 , pgpSign
7 , GenerateKeyParams(..) 7 , GenerateKeyParams(..)
8 , generateKey 8 , generateKey
9 , randomS2K
9 ) where 10 ) where
10 11
11import Data.OpenPGP.Util.Fingerprint 12import Data.OpenPGP.Util.Fingerprint