Subject: CVS commit: src/lib/libc/hash
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 08/20/2005 16:14:34
Module Name:	src
Committed By:	elad
Date:		Sat Aug 20 16:14:34 UTC 2005

Modified Files:
	src/lib/libc/hash: Makefile.inc
Added Files:
	src/lib/libc/hash/sha2: Makefile.inc sha2.3 sha2.c

Log Message:
Add SHA2 hashing routines to userland.

At the moment there's only code for the init/transform/update/final
routines.

Man-page from OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/hash/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/hash/sha2/Makefile.inc \
    src/lib/libc/hash/sha2/sha2.3 src/lib/libc/hash/sha2/sha2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.