The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
utils::hash_base Class Referenceabstract

#include <hash.hpp>

Inheritance diagram for utils::hash_base:

Public Member Functions

virtual std::string base64_digest () const =0
 
virtual std::string hex_digest () const =0
 
virtual ~hash_base ()
 

Detailed Description

Definition at line 34 of file hash.hpp.

Constructor & Destructor Documentation

◆ ~hash_base()

virtual utils::hash_base::~hash_base ( )
inlinevirtual

Definition at line 39 of file hash.hpp.

Member Function Documentation

◆ base64_digest()

virtual std::string utils::hash_base::base64_digest ( ) const
pure virtual

Implemented in utils::bcrypt, and utils::md5.

◆ hex_digest()

virtual std::string utils::hash_base::hex_digest ( ) const
pure virtual

Implemented in utils::bcrypt, and utils::md5.


The documentation for this class was generated from the following file: