From 6252bdbd0531feaa6ac9e881dffe5c92b8b40197 Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Thu, 14 Nov 2019 18:49:43 -0500 Subject: XEd25519 signature algorithm. (Signatures using montgomery cv25519 keys). --- 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 ae8d373..132cb05 100644 --- a/openpgp-util.cabal +++ b/openpgp-util.cabal @@ -130,6 +130,8 @@ library Crypto.Cipher.SBox Crypto.Cipher.ThomasToVincent Crypto.JOSE.AESKW + Crypto.XEd25519 + Crypto.XEd25519.FieldElement other-modules: Data.OpenPGP.Internal Data.OpenPGP.Util.Fingerprint @@ -153,7 +155,8 @@ library vector >=0.9, tagged >=0.4.2.1, cereal >=0.3.0, - integer-gmp + integer-gmp, + modular-arithmetic if flag(cryptonite) build-depends: -- cgit v1.2.3