summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-11-14 18:49:43 -0500
committerJoe Crayne <joe@jerkface.net>2019-11-14 18:49:43 -0500
commit6252bdbd0531feaa6ac9e881dffe5c92b8b40197 (patch)
treea36167c0739ee8c3bd4f36658ae1b3c8e0e6c333 /openpgp-util.cabal
parentb42c0d847a785487f3222b0d5360746d25d3209c (diff)
XEd25519 signature algorithm. (Signatures using montgomery cv25519 keys).
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index ae8d373..132cb05 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -130,6 +130,8 @@ library
130 Crypto.Cipher.SBox 130 Crypto.Cipher.SBox
131 Crypto.Cipher.ThomasToVincent 131 Crypto.Cipher.ThomasToVincent
132 Crypto.JOSE.AESKW 132 Crypto.JOSE.AESKW
133 Crypto.XEd25519
134 Crypto.XEd25519.FieldElement
133 other-modules: 135 other-modules:
134 Data.OpenPGP.Internal 136 Data.OpenPGP.Internal
135 Data.OpenPGP.Util.Fingerprint 137 Data.OpenPGP.Util.Fingerprint
@@ -153,7 +155,8 @@ library
153 vector >=0.9, 155 vector >=0.9,
154 tagged >=0.4.2.1, 156 tagged >=0.4.2.1,
155 cereal >=0.3.0, 157 cereal >=0.3.0,
156 integer-gmp 158 integer-gmp,
159 modular-arithmetic
157 160
158 if flag(cryptonite) 161 if flag(cryptonite)
159 build-depends: 162 build-depends: