Add a SHA-1 implementation to libpayload.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3212 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-04-03 23:01:23 +00:00
parent c758227406
commit 3995593b68
5 changed files with 270 additions and 1 deletions

View File

@@ -86,3 +86,9 @@ holders, and the exact license terms that apply.
kernel/generic/src/printf/vprintf.c
Current version we use: r2745
* crypto/sha1.c: Public domain
Source: OpenBSD
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
Original files: src/lib/libc/hash/sha1.c
Current version we use: CVS revision 1.20 2005/08/08