1 #ifndef __CRYPTO_MSGDGST_H__
2 #define __CRYPTO_MSGDGST_H__
57 virtual int Reset(
const char *dgst);
58 virtual int Update(
const char *b,
int l);
bool operator==(const XrdCryptoMsgDigest md)
XrdCryptoMsgDigest()
Definition: XrdCryptoMsgDigest.hh:50
Definition: XrdCryptoMsgDigest.hh:46
virtual int Reset(const char *dgst)
virtual ~XrdCryptoMsgDigest()
Definition: XrdCryptoMsgDigest.hh:51
virtual int Update(const char *b, int l)
Definition: XrdCryptoBasic.hh:47