]> git.sur5r.net Git - u-boot/commit
Add the MD5 algorithm
authorBartlomiej Sieka <tur@semihalf.com>
Fri, 14 Mar 2008 15:22:34 +0000 (16:22 +0100)
committerBartlomiej Sieka <tur@semihalf.com>
Fri, 14 Mar 2008 15:22:34 +0000 (16:22 +0100)
commit0ede0c383530a418cf98be9122371a86573cd0db
treead8de959a273b9bcdc01041bbe18b8713c895ccf
parent7e492d8258182e31c988bbf9917d4a3d41949d56
Add the MD5 algorithm

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>
include/md5.h [new file with mode: 0644]
lib_generic/Makefile
lib_generic/md5.c [new file with mode: 0644]