2 #include <utl/Md5Signature.h>
14 os << setprecision(precision) <<
"tf";
16 xIt != tf.
XEnd(); ++xIt)
19 yIt != tf.
YEnd(); ++yIt)
21 return Md5Sum(os.str()).GetHexDigest();
29 os << setprecision(precision) << d;
30 return Md5Sum(os.str()).GetHexDigest();
Class to compute MD5 checksum Based on the RSA C code, wrapped in an OO fashion.
Array::const_iterator ArrayConstIterator
ArrayIterator XEnd()
end of array of X
Class to hold collection (x,y) points and provide interpolation between them.
static const double precision
string Md5Signature(const TabulatedFunction &tf, const unsigned int precision)
ArrayIterator YBegin()
begin of array of Y
ArrayIterator XBegin()
begin of array of X
ArrayIterator YEnd()
end of array of Y