summaryrefslogtreecommitdiff
path: root/com32/libutil/include/xcrypt.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/libutil/include/xcrypt.hH. Peter Anvin2009-05-291-2/+2
| | | | | | | | | Automatically reformat com32/libutil/include/xcrypt.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* libutil: add header file <xcrypt.h> for extended crypt routinesH. Peter Anvin2008-02-101-0/+10
Add a common header file, xcrypt.h, for the various extended crypt routines (md5, sha256, sha512).