]> git.neil.brown.name Git - history.git/commit
[CRYPTO]: Add AES algorithm.
authorJames Morris <jmorris@intercode.com.au>
Wed, 8 Jan 2003 16:05:49 +0000 (08:05 -0800)
committerJames Morris <jmorris@intercode.com.au>
Wed, 8 Jan 2003 16:05:49 +0000 (08:05 -0800)
commit51ef86edc9977cfb7925cdd5baa978518f20a38e
tree46444b96ac672a4c204982c6b68bb6400451aa45
parent3bab27b686268d83e97f25d2ea71efb51bbb03b4
[CRYPTO]: Add AES algorithm.
- Merged AES code from Adam J. Richter <adam@yggdrasil.com>
- Add kconfig help and test vector code from
  Martin Clausen <martin@ostenfeld.dk>
- Minor cleanups: removed EXPORT_NO_SYMBOLS (not needed for 2.5),
  removed debugging code etc.
- Documentation updates.
Documentation/crypto/api-intro.txt
crypto/Kconfig
crypto/Makefile
crypto/aes.c [new file with mode: 0644]
crypto/tcrypt.c
crypto/tcrypt.h