Lolly 1.4.27
Loading...
Searching...
No Matches
md5.hpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : md5.hpp
4 * DESCRIPTION: md5 digest
5 * COPYRIGHT : (C) 2023 Darcy Shen
6 *******************************************************************************
7 * This software falls under the GNU general public license version 3 or later.
8 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9 * in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10 ******************************************************************************/
11
12#pragma once
13
14#include "string.hpp"
15#include "url.hpp"
16
17namespace lolly {
18namespace hash {
19string md5_hexdigest (url u);
20}
21} // namespace lolly
int hash(pointer ptr)
Computes a hash value for a pointer.
Definition basic.cpp:17
The list class represents a linked list.
Definition list.hpp:48
Definition url.hpp:37
string md5_hexdigest(url u)
Definition md5.cpp:22