diff options
-rw-r--r-- | devel/hs-crypto/pkg-descr | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/hs-crypto/pkg-descr b/devel/hs-crypto/pkg-descr index b676f86e5207..5d24dad1e930 100644 --- a/devel/hs-crypto/pkg-descr +++ b/devel/hs-crypto/pkg-descr @@ -7,12 +7,8 @@ augments them so that they: * Can be used with the standard mode and padding algorithms (in the case of block mode ciphers). -This very initial release contains: - -* DES -* Blowfish -* Cipher Block Chaining (CBC) mode -* PKCS#5 and nulls padding +It contains: DES, Blowfish, Cipher Block Chaining (CBC) mode, PKCS#5 and nulls + padding, SHA-1, RSA, OAEP, ASN.1, and PKCS#8. WWW: http://www.haskell.org/crypto/ReadMe.html |