aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-11 20:49:04 +0100
committerlloyd <[email protected]>2013-03-11 20:49:04 +0100
commitf8512d7d5e17d2a59cfdd18dff0817d75e4b4c92 (patch)
treeffdf51b3dbd5144f541002f70049e80bcb67133f /README.md
parentAdd support for HMAC, RC4, AES-128, hex encoding, etc (diff)
downloadrust-openssl-f8512d7d5e17d2a59cfdd18dff0817d75e4b4c92.tar.xz
rust-openssl-f8512d7d5e17d2a59cfdd18dff0817d75e4b4c92.zip
Add RC4 and AES-128 support to Cryptor
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82a1c526..4554176d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ libcrypto. Currently provided:
* SHA-1
* SHA-2 (224, 256, 384, 512)
* Symmetric crypto (symm.rs)
- * AES in ECB or CBC mode, all key lengths
+ * AES-128 or AES-256 in ECB or CBC mode
+ * RC4-128
* Keypair generation (pkey.rs)
* RSA, all key lengths
* Asymmetric encryption (pkey.rs)