Home | History | Annotate | Download | only in sha2
History log of /src/lib/libc/hash/sha2/sha512hl.c
RevisionDateAuthorComments
 1.8  13-Apr-2008  dholland branches: 1.8.10;
Fix replicated typo
 1.7  28-Oct-2006  agc More cleanup after sha2.h and rmd160.h moved house
 1.6  28-Sep-2005  christos Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
The name "hash.c" is already used in db/hash/hash.c, and having duplicated
names, aside from it being bad style, breaks the tools/nbcompat build
because it picks the wrong hash.c file. Thanks to greg for helping debug
this.
 1.5  26-Sep-2005  christos The weak alias macros can only work before namespace.h gets included because
when the strings get expanded we gain an _ from namespace.h. So define a
macro to point to the appropriate include file for the hash function, and
include the hash function later, from the .c file we always include. This
allows us to eliminate the hack of including namespace.h twice as well as
nbtool_config.h.
 1.4  24-Sep-2005  elad Use common code from hash.c.
 1.3  26-Aug-2005  elad branches: 1.3.2;
Include namespace.h to make this build in nbcompat.
 1.2  24-Aug-2005  tron Fix lint warnings.
 1.1  23-Aug-2005  elad Add helper routines (end, filechunk, file, data) for SHA2.
 1.3.2.2  08-Sep-2005  tron Apply patch (requested by elad in ticket #743):
Introduce SHA2 hashing routines in userland, including the common
helper routines.
 1.3.2.1  26-Aug-2005  tron file sha512hl.c was added on branch netbsd-3 on 2005-09-08 19:15:44 +0000
 1.8.10.2  13-Apr-2008  dholland Fix replicated typo
 1.8.10.1  13-Apr-2008  dholland file sha512hl.c was added on branch christos-time_t on 2008-04-13 02:04:33 +0000

RSS XML Feed