summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util/Cv25519.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util/Cv25519.hs')
-rw-r--r--Data/OpenPGP/Util/Cv25519.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util/Cv25519.hs b/Data/OpenPGP/Util/Cv25519.hs
index aef3521..4900b2f 100644
--- a/Data/OpenPGP/Util/Cv25519.hs
+++ b/Data/OpenPGP/Util/Cv25519.hs
@@ -17,7 +17,7 @@ import Numeric
17import Data.Int 17import Data.Int
18 18
19import Data.OpenPGP.Internal 19import Data.OpenPGP.Internal
20import Data.OpenPGP.Util 20import Data.OpenPGP.Util.Fingerprint
21import Data.OpenPGP.Util.Base 21import Data.OpenPGP.Util.Base
22import Data.OpenPGP as OpenPGP 22import Data.OpenPGP as OpenPGP
23import Crypto.Cipher.SBox 23import Crypto.Cipher.SBox