Go to file
thorpej 557e12076d Add support for building the assembly version of RMD160 from OpenSSL.
Before:
Doing rmd160 for 3s on 8 size blocks: 778828 rmd160's in 3.00s
Doing rmd160 for 3s on 64 size blocks: 430214 rmd160's in 3.00s
Doing rmd160 for 3s on 256 size blocks: 182108 rmd160's in 3.00s
Doing rmd160 for 3s on 1024 size blocks: 55050 rmd160's in 3.00s
Doing rmd160 for 3s on 8192 size blocks: 7339 rmd160's in 3.00s
type              8 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
rmd160            2076.87k     9177.90k    15539.88k    18790.40k    20040.36k

After:
Doing rmd160 for 3s on 8 size blocks: 1084941 rmd160's in 3.00s
Doing rmd160 for 3s on 64 size blocks: 617966 rmd160's in 3.00s
Doing rmd160 for 3s on 256 size blocks: 267381 rmd160's in 2.99s
Doing rmd160 for 3s on 1024 size blocks: 82001 rmd160's in 3.00s
Doing rmd160 for 3s on 8192 size blocks: 10974 rmd160's in 3.00s
type              8 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
rmd160            2893.18k    13183.27k    22892.82k    27989.67k    29966.34k
2000-07-31 19:22:04 +00:00
bin don't use the "f" flag to fopen when -f is not specified (from Chuck Cranor) 2000-07-31 02:49:28 +00:00
crypto Return failure if there is no Kerberos 5 configuration file. 2000-07-16 18:27:53 +00:00
dist Use /usr/share/doc/html/ntp as location for html files. 2000-07-23 14:30:54 +00:00
distrib Sync with tzdata2000e. 2000-07-31 14:26:40 +00:00
etc actually make use of new features introduced in man.c (rev 1.23): 2000-07-31 00:26:48 +00:00
games Use a local implementation of htonl() called h2nl(). htonl() is not 2000-07-31 11:39:00 +00:00
gnu Clear out all of %g0. 2000-07-29 03:16:22 +00:00
include be consistent with #define<TAB> usage 2000-07-30 06:33:18 +00:00
lib Add support for building the assembly version of RMD160 from OpenSSL. 2000-07-31 19:22:04 +00:00
libexec Fixed s/key compile bug. 2000-07-29 08:20:02 +00:00
regress Fix obvious pasto resulting in third test series never being done. 2000-07-31 12:22:39 +00:00
sbin Xr for mount_overlay(8) 2000-07-30 15:17:14 +00:00
share Import tzdata2000e. 2000-07-31 14:17:37 +00:00
sys Add a DIAGNOSTIC panic if (count-using) bus_space macros are called with 2000-07-31 14:59:15 +00:00
usr.bin - we can't just rename BSD4_4 -> HAVE_SIN_LEN, since bsd systems define BSD4_4; 2000-07-31 00:56:07 +00:00
usr.sbin backup previous - including ../Makefile.inc does have some 2000-07-31 17:25:47 +00:00
Makefile Merge a bunch of things from crypto-us and crypto-intl into basesrc, 2000-06-20 06:00:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00