Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / sshd / libtomcrypt / authors
1 This is a list of people who have contributed [directly or indirectly] to the project
2 [in no partcular order].  If you have helped and your name is not here email me at
3 tomstdenis@yahoo.com.
4
5
6 1) Richard.van.de.Laarschot@ict.nl
7
8    Gave help porting the lib to MSVC particularly pointed out various warnings and errors.
9
10 2) Richard Heathfield
11
12    Gave a lot of help concerning valid C portable code.  
13
14 3) Ajay K. Agrawal
15
16    Helped port the library to MSVC and spotted a few bugs and errors.
17
18 4) Brian Gladman
19
20    Wrote the AES and Serpent code used.  Found a bug in the hash code for certain types of inputs.
21
22 5) Svante Seleborg
23
24    Submitted the "ampi.c" code as well as many suggestions on improving the readability of the source code.
25
26 6) Clay Culver
27
28    Submitted a fix for "rsa.c" which cleaned up some code.  Submited some other fixes too.  :-)
29    Clay has helped find bugs in various pieces of code including the registry functions, base64 routines 
30    and the make process.  He is also now the primary author of the libtomcrypt reference manual and has plan
31    at making a HTML version.
32
33 7) Jason Klapste
34
35    Submitted fixes to the yarrow, hash, make process and test code as well as other subtle bug fixes.  The 
36 yarrow code can now default to any cipher/hash that is left after you remove them from a build.
37
38 8) Dobes Vandermeer <dobes@smartt.com>
39
40    Submitted HMAC code that worked flawlessly out of the box... good job!  Also submitted a MD4 routine.
41    Submitted some modified DES code that was merged into the code base [using the libtomcrypt API]
42
43 9) Wayne Scott (wscott@bitmover.com)
44   
45    Submitted base64 that complies with the RFC standards.  Submitted some ideas to improve the RSA key generation
46    as well.
47    
48 10) Sky Schulz (sky@ogn.com)
49
50    Has submitted a set of ideas to improve the library and make it more attractive for professional users.
51    
52 11) Mike Frysinger 
53
54    Together with Clay came up with a more "unix friendly" makefile.  Mike Frysinger has been keeping copies of 
55    the library for the Gentoo linux distribution.