From e23c0b7db86e85b8b037a67d1ce75f67153e4cc0 Mon Sep 17 00:00:00 2001 From: Ehren Kret Date: Sat, 28 Nov 2015 02:40:33 -0800 Subject: Reference arc4.rst from the test-vectors.rst page --- docs/development/test-vectors.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/development/test-vectors.rst') 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`_. -- cgit v1.2.3