Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Get rid of redundant copy of renamed header file. | Wolfgang Denk | 2008-04-18 | -23/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | Add the MD5 algorithm | Bartlomiej Sieka | 2008-03-14 | -0/+23 |
MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then calculated using the md5() function -- see include/md5.h for details. Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> |