summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util/Base.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-10-13 00:02:36 -0400
committerJoe Crayne <joe@jerkface.net>2019-11-09 15:58:34 -0500
commit36601fd1d12270d1215f55e43fc8c075815fb638 (patch)
tree5632e708157340387ebcac8af50a6e364fdb487a /Data/OpenPGP/Util/Base.hs
parentbb3a9e181638fa881e2bcd8425f10cfb365533f5 (diff)
Ed25519 support.
Diffstat (limited to 'Data/OpenPGP/Util/Base.hs')
-rw-r--r--Data/OpenPGP/Util/Base.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util/Base.hs b/Data/OpenPGP/Util/Base.hs
index 5b3e159..0c888ca 100644
--- a/Data/OpenPGP/Util/Base.hs
+++ b/Data/OpenPGP/Util/Base.hs
@@ -85,7 +85,6 @@ find_key :: OpenPGP.Message -> String -> Maybe OpenPGP.Packet
85find_key = OpenPGP.find_key (show . fingerprint) 85find_key = OpenPGP.find_key (show . fingerprint)
86 86
87 87
88
89keyParam :: Char -> OpenPGP.Packet -> Integer 88keyParam :: Char -> OpenPGP.Packet -> Integer
90keyParam c k = fromJustMPI $ lookup c (OpenPGP.key k) 89keyParam c k = fromJustMPI $ lookup c (OpenPGP.key k)
91 where 90 where