1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00
freebsd/lib/libmd
Poul-Henning Kamp af03a3cbd6 Improve the handling of Encode and Decode operations in MD5.
Use memcpy for all little-endian architectures, sys/kern/md5c.c indicates
this should be safe for all currently supported LE archs.

Change the Encode and Decode functions for other archs to use le32toh()
and htole32() functions instead of explicit byte shuffling.

On sparc64 this gives md5(1) about 8% speed increase.
2002-06-22 12:54:11 +00:00
..
i386
Makefile Don't build manuals at inappropriate time. 2002-04-10 17:01:55 +00:00
md2.copyright
md2.h
md2c.c
md4.copyright
md4.h
md4c.c
md5.copyright
md5.h
md5c.c Improve the handling of Encode and Decode operations in MD5. 2002-06-22 12:54:11 +00:00
mddriver.c
mdX.3 Modernize my email address. 2002-03-25 14:12:49 +00:00
mdXhl.c Modernize my email address. 2002-03-25 13:52:45 +00:00
ripemd.3 Modernize my email address. 2002-03-25 14:12:49 +00:00
ripemd.h
rmd160c.c
rmd_locl.h
rmdconst.h
rmddriver.c
sha0c.c
sha1c.c
sha_locl.h
sha.3 Modernize my email address. 2002-03-25 14:12:49 +00:00
sha.h
shadriver.c