diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 00:09:15 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 00:09:15 +0800 |
commit | 3e31fa0a2db7249446f297c414e1712a8c2471d3 (patch) | |
tree | 8c17f4e474397b22c5aad21a6ec5e0a71f778080 /lang | |
parent | 072ab4fc0346a37412c154e4b0c87fbe29f0f97d (diff) | |
download | freebsd-ports-gnome-3e31fa0a2db7249446f297c414e1712a8c2471d3.tar.gz freebsd-ports-gnome-3e31fa0a2db7249446f297c414e1712a8c2471d3.tar.zst freebsd-ports-gnome-3e31fa0a2db7249446f297c414e1712a8c2471d3.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')
-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 |