GNU CommonC++
digest.cpp
#include <
cc++/misc.h
>
#include <
cc++/digest.h
>
#include <iostream>
#include <cstdio>
#ifdef CCXX_NAMESPACES
using namespace
std;
using namespace
ost
;
#endif
int
main()
{
ost::MD5Digest
digest;
digest <<
"pippo"
;
std::cout << digest << std::endl;;
return
0;
}
misc.h
Memory management, configuration keydata objects and string tokenizer.
digest.h
Digest algorithms: checksum, CRC and MD5.
ost
Definition:
address.h:64
ost::MD5Digest
A md5 collection/computation accululator class.
Definition:
digest.h:237
Generated by
1.8.18