summaryrefslogtreecommitdiffstats
path: root/sha256 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano2023-08-101-0/+49
|\
| * sha256: avoid functions deprecated in OpenSSL 3+Eric Wong2023-08-011-0/+49
* | sha256/gcrypt: die on gcry_md_open failuresEric Wong2023-07-311-1/+3
* | sha256/gcrypt: fix memory leak with SHA-256 reposEric Wong2023-07-311-0/+1
* | sha256/gcrypt: fix build with SANITIZE=leakEric Wong2023-07-311-4/+4
|/
* sha256: add support for Nettlebrian m. carlson2022-07-101-0/+31
* hash: implement and use a context cloning functionbrian m. carlson2020-02-241-0/+6
* sha256: add an SHA-256 implementation using libgcryptbrian m. carlson2018-11-141-0/+30
* Add a base implementation of SHA-256 supportbrian m. carlson2018-11-142-0/+220