|
ARC SDK
|
FileCacheHash provides methods to make hashes from strings. More...
#include <arc/data/FileCacheHash.h>
Static Public Member Functions | |
| static std::string | getHash (std::string url) |
| Return a hash of the given URL, according to the current hash scheme. More... | |
| static int | maxLength () |
| Return the maximum length of a hash string. More... | |
FileCacheHash provides methods to make hashes from strings.
Currently the SHA-1 hash from the openssl library is used.
|
static |
Return a hash of the given URL, according to the current hash scheme.
|
inlinestatic |
Return the maximum length of a hash string.
1.8.3.1-20130209