summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-05-10 20:03:30 -0400
committerJoe Crayne <joe@jerkface.net>2020-05-10 20:03:30 -0400
commit47fdd273f68e0af73595daa1f3a9cdff2c8a9320 (patch)
tree0c08b57b5788a813d0dee875ff8ad67d62fc69c5 /Data/OpenPGP/Util.hs
parent99ee915c0fdbf5bc718dbd59e9f5bbe9f5f7690c (diff)
Compute v5 fingerprints for v4 keys.
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 1781d6d..889ff10 100644
--- a/Data/OpenPGP/Util.hs
+++ b/Data/OpenPGP/Util.hs
@@ -1,5 +1,6 @@
1module Data.OpenPGP.Util 1module Data.OpenPGP.Util
2 ( fingerprint 2 ( fingerprint
3 , fingerprintv
3 , Fingerprint(..) 4 , Fingerprint(..)
4 , hex 5 , hex
5 , decryptSecretKey 6 , decryptSecretKey