aboutsummaryrefslogtreecommitdiffstats
path: root/sha256/gcrypt.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-31sha256/gcrypt: die on gcry_md_open failuresEric Wong1-1/+3
2023-07-31sha256/gcrypt: fix memory leak with SHA-256 reposEric Wong1-0/+1
2023-07-31sha256/gcrypt: fix build with SANITIZE=leakEric Wong1-4/+4
2020-02-24hash: implement and use a context cloning functionbrian m. carlson1-0/+6
2018-11-14sha256: add an SHA-256 implementation using libgcryptbrian m. carlson1-0/+30