Commit 4a2abbc6 authored by Eric Biggers's avatar Eric Biggers Committed by Herbert Xu

crypto: doc - remove references to ARC4

arc4 is no longer considered secure, so it shouldn't be used, even as
just an example.  Mention serpent and chacha20 instead.
Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Acked-by: default avatarArd Biesheuvel <ardb@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7db3b61b
...@@ -57,7 +57,7 @@ follows: ...@@ -57,7 +57,7 @@ follows:
Single-Block Symmetric Ciphers [CIPHER] Single-Block Symmetric Ciphers [CIPHER]
--------------------------------------- ---------------------------------------
Example of transformations: aes, arc4, ... Example of transformations: aes, serpent, ...
This section describes the simplest of all transformation This section describes the simplest of all transformation
implementations, that being the CIPHER type used for symmetric ciphers. implementations, that being the CIPHER type used for symmetric ciphers.
...@@ -108,7 +108,7 @@ is also valid: ...@@ -108,7 +108,7 @@ is also valid:
Multi-Block Ciphers Multi-Block Ciphers
------------------- -------------------
Example of transformations: cbc(aes), ecb(arc4), ... Example of transformations: cbc(aes), chacha20, ...
This section describes the multi-block cipher transformation This section describes the multi-block cipher transformation
implementations. The multi-block ciphers are used for transformations implementations. The multi-block ciphers are used for transformations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment