History log of /src/lib/libc/hash/rmd160 |
Revision | Date | Author | Comments |
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.4 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.3 | 05-Apr-2010 |
joerg | \\ -> \e
|
1.2 | 26-Dec-2005 |
perry | u_intN_t -> uintN_t
|
1.1 | 24-Sep-2005 |
elad | Add man-pages forgotten in previous commit.
|
1.5 | 27-Oct-2006 |
christos | this moved to common/lib/libc/hash
|
1.4 | 09-Feb-2006 |
dogcow | change #include <sys/endian.h> => #include <machine/endian.h> so that it's (more) consistent in the tree; this, along with changing tools/compat's autoconf detection from AC_CHECK_FUNCS to AC_CHECK_DECLS makes the vast majority of htobe16 and friends' redefinition errors bite the dust. Tested with -current and FreeBSD.
|
1.3 | 25-Sep-2005 |
elad | Fix weak aliasing after recent changes.
Inspired by comments from christos@, xtraeme@, mlelstv@, mhitch@, mrg@, and uwe@; all the bugs are mine.
|
1.2 | 24-Sep-2005 |
elad | Need namespace.h here too.
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.6 | 13-Apr-2008 |
dholland | branches: 1.6.10; Fix replicated typo
|
1.5 | 28-Oct-2006 |
agc | More cleanup after sha2.h and rmd160.h moved house
|
1.4 | 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.3 | 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.2 | 24-Sep-2005 |
elad | Use crypto/rmd160.h.
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.6.10.2 | 13-Apr-2008 |
dholland | Fix replicated typo
|
1.6.10.1 | 13-Apr-2008 |
dholland | file rmd160hl.c was added on branch christos-time_t on 2008-04-13 02:04:33 +0000
|