diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:41:08 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 02:41:08 +0000 |
commit | 3183595c0e1f726c509057cf8736e9a9019116e8 (patch) | |
tree | a54eec1d61eaac6ef896f249815eb392e63664be /security/hs-crypto-api/pkg-descr | |
parent | b342c113c2a867d7373d357e2edf17daef917fac (diff) | |
download | ports-3183595c0e1f726c509057cf8736e9a9019116e8.tar.gz ports-3183595c0e1f726c509057cf8736e9a9019116e8.zip |
Notes
Diffstat (limited to 'security/hs-crypto-api/pkg-descr')
-rw-r--r-- | security/hs-crypto-api/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/hs-crypto-api/pkg-descr b/security/hs-crypto-api/pkg-descr new file mode 100644 index 000000000000..34889f576186 --- /dev/null +++ b/security/hs-crypto-api/pkg-descr @@ -0,0 +1,9 @@ +A generic interface for cryptographic operations, platform independent quality +RNG, property tests and known-answer tests (KATs) for common algorithms, and a +basic benchmark infrastructure. Maintainers of hash and cipher implementations +are encouraged to add instances for the classes defined in Crypto.Classes. +Crypto users are similarly encouraged to use the interfaces defined in the +Classes module. Any concepts or functions of general use to more than one +cryptographic algorithm (ex: padding) is within scope of this package. + +WWW: http://trac.haskell.org/crypto-api/wiki |