Skip to content

hashpp-v2.0.0

Compare
Choose a tag to compare
@D7EAD D7EAD released this 08 Dec 23:23
· 29 commits to main since this release
239ca5e

Major release.

Implements several changes and additions:

  • HMAC support.
    • Functions to generate HMAC(s) using data and associated key.
  • Simplification of library methods.
    • Introduction of class Container and three aliases to simplify bulk data being supplied to functions.
  • Addition of new check to optional class metrics for HMACs.
  • Single set bulk data overloads added.
  • Added variable-template functions for retrieving variadic hash data.
  • Restructured file-related functions.

See file for more.