summaryrefslogtreecommitdiffstats
path: root/src/basic/hmac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hmac/sha256: move size define to sha256.hGrigori Goronzy2022-03-151-1/+1
|
* Typos found by codespellDimitri Papadopoulos2021-10-201-1/+1
|
* basic: add hmac_sha256 implementationLuca Boccassi2021-10-081-0/+12
Based on the FIPS 198 specification. Not optimized and probably completely unsafe, to be used only for non-strong-cryptographic purposes when OpenSSL cannot be used.