#include <nawa/hashing/HashTypeTable/HashTypeTable.h>
Inherited by nawa::hashing::DefaultHashTypeTable.
Public Member Functions | |
virtual std::shared_ptr< HashingEngine > | getEngine (std::string hash) const =0 |
A HashTypeTable should be used to determine the HashingEngine that can be used to verify a certain hash. It may take constructor parameters.
Definition at line 36 of file HashTypeTable.h.
|
pure virtual |
Determine a HashingEngine that can be used to verify the given hash (usually the one that generated it).
hash | Hash to be verified (in the standard format, e.g., "$2a$10$..."). |