The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Variables
hash.hpp File Reference
#include <array>
#include <cstdint>
#include <string>
#include "exceptions.hpp"
Include dependency graph for hash.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  utils::hash_error
 
class  utils::hash_base
 
class  utils::hash_digest< sz, T >
 
class  utils::md5
 
class  utils::bcrypt
 

Namespaces

 utils
 

Variables

static const int BCRYPT_HASHSIZE = 64
 

Variable Documentation

◆ BCRYPT_HASHSIZE

const int BCRYPT_HASHSIZE = 64
static