summaryrefslogtreecommitdiffstats
path: root/sha256/gcrypt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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