diff options
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r-- | gnu/packages/haskell-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index 7ea9cf1e12..25867b3895 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -312,7 +312,7 @@ generators, and more.") (list ghc-crypto-api)) (properties '((upstream-name . "curve25519"))) (home-page "https://github.com/acw/curve25519") - (synopsis "Fast implementations of the curve25519 elliptic curve primitives.") + (synopsis "Fast implementations of the curve25519 elliptic curve primitives") (description "This module provides Haskell bindings and extensions to the curve25519-donna codebase. It's a pretty straightforward implementation of the basic |