Go to the documentation of this file. 1 #ifndef __XRDCKSCALCMD2_HH__
2 #define __XRDCKSCALCMD5_HH__
54 void Update(
const char *Buff,
int BLen)
55 {
MD5Update((
unsigned char *)Buff,(
unsigned)BLen);}
57 const char *
Type(
int &csSz) {csSz =
sizeof(
myDigest);
return "md5";}
73 void byteReverse(
unsigned char *buf,
unsigned longs);
74 void MD5Update(
unsigned char const *buf,
unsigned int len);
77 void MD5Transform(
unsigned int buf[4],
unsigned int const in[16]);