![]() |
Scanframe Modular Application 0.1.0
|
#include <cstdio>#include <cstring>#include <inttypes.h>#include <iostream>#include <misc/global.h>
Go to the source code of this file.
Classes | |
| class | sf::Md5Hash |
| Class replacing obsolete SSL 3.0 library MD5 functionality. More... | |
| union | sf::Md5Hash::hash_type |
| Type for storing an MD5 hash. More... | |
Namespaces | |
| namespace | sf |
Functions | |
| _MISC_FUNC bool | sf::operator== (const Md5Hash::hash_type &h1, const Md5Hash::hash_type &h2) |
| Compare operator for storing an MD5 hash. | |
| bool | sf::operator== (const Md5Hash &h1, const Md5Hash &h2) |
| Compare operator for storing an MD5 hash. | |
| std::ostream & | sf::operator<< (std::ostream &os, const Md5Hash &hash) |
| Stream operator for showing hexadecimal hash value. | |
| _MISC_FUNC std::istream & | sf::operator>> (std::istream &is, Md5Hash &h) |
| Read hash from input stream. | |