summaryrefslogtreecommitdiff
path: root/sha256
AgeCommit message (Expand)Author
2023-08-09Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-08-01sha256: avoid functions deprecated in OpenSSL 3+Eric Wong
2023-07-31sha256/gcrypt: die on gcry_md_open failuresEric Wong
2023-07-31sha256/gcrypt: fix memory leak with SHA-256 reposEric Wong
2023-07-31sha256/gcrypt: fix build with SANITIZE=leakEric Wong
2022-07-10sha256: add support for Nettlebrian m. carlson
2020-02-24hash: implement and use a context cloning functionbrian m. carlson
2018-11-14sha256: add an SHA-256 implementation using libgcryptbrian m. carlson
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson