aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2003-01-09 07:07:26 -0800
committerJames Morris <jmorris@intercode.com.au>2003-01-09 07:07:26 -0800
commite937176eb68634fbea40db56941a6d91c625ef28 (patch)
tree20e448081f170389c316610e7da151672a6906ae /crypto
parentc97a07c13cdd930ed6825c6a286e3df47c0fdd8f (diff)
downloadhistory-e937176eb68634fbea40db56941a6d91c625ef28.tar.gz
[CRYPTO]: More credits for AES.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/aes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes.c b/crypto/aes.c
index 421917ed13a64d..5f68d8ae3ce2bb 100644
--- a/crypto/aes.c
+++ b/crypto/aes.c
@@ -7,6 +7,8 @@
*
* Linux developers:
* Alexander Kjeldaas <astor@fast.no>
+ * Herbert Valerio Riedel <hvr@hvrlab.org>
+ * Kyle McMartin <kyle@debian.org>
* Adam J. Richter <adam@yggdrasil.com> (conversion to 2.5 API).
*
* This program is free software; you can redistribute it and/or modify