Class MD5
Defined in File md5.h
Class Documentation
-
class MD5
Class MD5, for calculating MD5 hashes of strings or byte arrays it is not meant to be fast or secure
usage: 1) feed it blocks of uchars with update() 2) finalize() 3) get hexdigest() string or MD5(std::string).hexdigest()
assumes that char is 8 bit and int is 32 bit