summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-16 10:58:16 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-16 10:58:16 -0400
commitbb3a9e181638fa881e2bcd8425f10cfb365533f5 (patch)
tree7ce12fa8c0d4232128381c15c06f33dafab25aca /Data/OpenPGP/Util.hs
parentd6e03020851601668cf5419950ca0cc49e54c42f (diff)
Add hex function to curse fingerprints with.
Diffstat (limited to 'Data/OpenPGP/Util.hs')
-rw-r--r--Data/OpenPGP/Util.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Data/OpenPGP/Util.hs b/Data/OpenPGP/Util.hs
index 1f9277d..1781d6d 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -1,5 +1,7 @@
1module Data.OpenPGP.Util 1module Data.OpenPGP.Util
2 ( fingerprint 2 ( fingerprint
3 , Fingerprint(..)
4 , hex
3 , decryptSecretKey 5 , decryptSecretKey
4 , encryptSecretKey 6 , encryptSecretKey
5 , verify 7 , verify