aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorEhren Kret <ehren.kret@gmail.com>2015-11-28 02:40:33 -0800
committerEhren Kret <ehren.kret@gmail.com>2015-11-28 02:40:33 -0800
commite23c0b7db86e85b8b037a67d1ce75f67153e4cc0 (patch)
treeb7098288f6f58421dff13b7e9a65c584ba75e177 /docs/development/test-vectors.rst
parentd01c20fb29dc3a6ba53accd3bd561c05715f62c9 (diff)
downloadcryptography-e23c0b7db86e85b8b037a67d1ce75f67153e4cc0.tar.gz
cryptography-e23c0b7db86e85b8b037a67d1ce75f67153e4cc0.tar.bz2
cryptography-e23c0b7db86e85b8b037a67d1ce75f67153e4cc0.zip
Reference arc4.rst from the test-vectors.rst page
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 0b249ccb..98e8d511 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -346,7 +346,9 @@ Symmetric ciphers
* AES (CBC, CFB, ECB, GCM, OFB) from `NIST CAVP`_.
* AES CTR from :rfc:`3686`.
* 3DES (CBC, CFB, ECB, OFB) from `NIST CAVP`_.
-* ARC4 from :rfc:`6229`.
+* ARC4 (KEY-LENGTH: 40, 56, 64, 80, 128, 192, 256) from :rfc:`6229`.
+* ARC4 (KEY-LENGTH: 160) generated by this project.
+ See: :doc:`/development/custom-vectors/arc4`
* Blowfish (CBC, CFB, ECB, OFB) from `Bruce Schneier's vectors`_.
* Camellia (ECB) from NTT's `Camellia page`_ as linked by `CRYPTREC`_.
* Camellia (CBC, CFB, OFB) from `OpenSSL's test vectors`_.