librsync  2.3.4
Data Structures
mdfour.h File Reference

MD4 message digest algorithm. More...

Include dependency graph for mdfour.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rs_mdfour
 The rs_mdfour state type. More...
 

Detailed Description

MD4 message digest algorithm.

Todo:
Perhaps use the MD4 routine from OpenSSL if it's installed. It's probably not worth the trouble.

This was originally written by Andrew Tridgell for use in Samba. It was then modified by;

2002-06-xx: Robert Weber rober.nosp@m.t.we.nosp@m.ber@C.nosp@m.olor.nosp@m.ado.e.nosp@m.du optimisations and fixed >512M support.

2002-06-27: Donovan Baarda abo@m.nosp@m.inki.nosp@m.rri.a.nosp@m.pana.nosp@m..org..nosp@m.au further optimisations and cleanups.

2004-09-09: Simon Law sflla.nosp@m.w@de.nosp@m.bian..nosp@m.org handle little-endian machines that can't do unaligned access (e.g. ia64, pa-risc).

Definition in file mdfour.h.