aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJames Morris <jmorris@redhat.com>2004-07-31 09:49:12 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-31 09:49:12 -0700
commit817bbc47665c33cffba661062f85d8a3584eae7f (patch)
tree12e06dc387f71ed08c5f6bc244209a51fc6e45db /Documentation
parent70a83a8c7ec95b482e068ea8bae32b135dd6cc72 (diff)
downloadhistory-817bbc47665c33cffba661062f85d8a3584eae7f.tar.gz
[CRYPTO]: Add i586 optimized AES
Below is an updated version of patch from Fruhwirth which integrates the Gladman AES code into the crypto API. I've tried to ensure that this is done as simply as possible: the user gets the asm version by default if it's suitable. I've also now added the alternate GPL licensing provided by Brian Gladman, and licensed the code as GPL. Signed-off-by: James Morris <jmorris@redhat.com> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/crypto/api-intro.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt
index d279875f452ac0..63db5b55372b01 100644
--- a/Documentation/crypto/api-intro.txt
+++ b/Documentation/crypto/api-intro.txt
@@ -215,6 +215,7 @@ AES algorithm contributors:
Herbert Valerio Riedel
Kyle McMartin
Adam J. Richter
+ Fruhwirth Clemens (i586)
CAST5 algorithm contributors:
Kartikey Mahendra Bhatt (original developers unknown, FSF copyright).