From b42c0d847a785487f3222b0d5360746d25d3209c Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Thu, 14 Nov 2019 16:45:14 -0500 Subject: Cv25519 encryption. --- openpgp-util.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openpgp-util.cabal') diff --git a/openpgp-util.cabal b/openpgp-util.cabal index b0d7f53..ae8d373 100644 --- a/openpgp-util.cabal +++ b/openpgp-util.cabal @@ -122,12 +122,14 @@ Flag cryptonite library exposed-modules: - Data.OpenPGP.Util Data.OpenPGP + Data.OpenPGP.Util + Data.OpenPGP.Util.Cv25519 Crypto.Cipher.Feistel Crypto.Cipher.Cast5 Crypto.Cipher.SBox Crypto.Cipher.ThomasToVincent + Crypto.JOSE.AESKW other-modules: Data.OpenPGP.Internal Data.OpenPGP.Util.Fingerprint @@ -140,6 +142,7 @@ library build-depends: base == 4.*, transformers, + mtl, bytestring, binary >= 0.5.1.0, utf8-string, -- cgit v1.2.3