Skip to content

Latest commit

 

History

History

documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Documentation

Hash++ is a modern C++17 header-only library that provides developers simple means of retrieving cryptographic hashes and keyed-hash message authentication codes (HMACs) from the algorithm(s) of their choice. The library was developed with the goal of appealing to one particular type of developer--one who does not want to use larger, heavier, or more confusing libraries with unnecessary features to simply hash data.

In the directories listed below, you can find explanations of concepts found within the implementations of the library and example usage of features found within Hash++.