digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
md5.hpp
Go to the documentation of this file.
1/*
2This code is written by kerukuro and released into public domain.
3*/
4
5#ifndef DIGESTPP_ALGORITHM_MD5_HPP
6#define DIGESTPP_ALGORITHM_MD5_HPP
7
8#include "../hasher.hpp"
10
11namespace digestpp
12{
13
57
58 // End of MD5 group
59
60} // namespace digestpp
61
62#endif
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
hasher< detail::md5_provider > md5
MD5 hash function.
Definition md5.hpp:56
digestpp namespace
Definition ascon.hpp:14