diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-19 00:09:15 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-19 00:09:15 +0800 |
commit | 45819fa5598607fa15d83b405cc786769b65cd82 (patch) | |
tree | 2200a6dab5368cd60998af306f0f7f877f4243a3 /lang/ghc | |
parent | b57a83d9a749eea8ec36ad29b8a9d86758df2106 (diff) | |
download | freebsd-ports-gnome-45819fa5598607fa15d83b405cc786769b65cd82.tar.gz freebsd-ports-gnome-45819fa5598607fa15d83b405cc786769b65cd82.tar.zst freebsd-ports-gnome-45819fa5598607fa15d83b405cc786769b65cd82.zip |
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are
not necessarily the fastest ones on the planet. Particularly key
generation. The algorithms included are based of RFC 3447, or the
Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1
v2.1).
WWW: http://hackage.haskell.org/package/RSA
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 2e8192d7c835..fe10daf745d3 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -190,6 +190,7 @@ regex-base_port= textproc/hs-regex-base regex-compat_port= textproc/hs-regex-compat regex-pcre-builtin_port= textproc/hs-regex-pcre-builtin regex-posix_port= textproc/hs-regex-posix +RSA_port= security/hs-RSA safe_port= devel/hs-safe scgi_port= www/hs-scgi sendfile_port= net/hs-sendfile |