summaryrefslogtreecommitdiff
path: root/tests/util/sha256.c
Commit message (Collapse)AuthorAgeFilesLines
* sha: ensure we test both cng and cryptoapi on windowsEdward Thomson2022-03-231-5/+37
| | | | | When GIT_SHA1_WIN32 or GIT_SHA256_WIN32 is used, ensure that we test both CryptoNG ("cng") and CryptoAPI.
* sha: add sha256 algorithmEdward Thomson2022-03-231-0/+81
Add support for a SHA256 hash algorithm, and add the "builtin" SHA256 hash engine (from RFC 6234).