summaryrefslogtreecommitdiff
path: root/lib/alg-sha256.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-31alg-sha256.c: Explicitly clear the context state in HMAC_SHA256_Final.Björn Esser1-0/+3
2022-11-07alg-sha256.c: SHA-2 Maj() optimization proposed by Wei Dai.Björn Esser1-3/+9
2021-03-07Remove the XCRYPT_SECURE_MEMSET and insecure_memzero macros.Zack Weinberg1-24/+22
2021-03-07Remove redundant byte order conversion functions.Zack Weinberg1-39/+5
2019-09-07alg-sha256: Fix false positive finding from CovScan. (Fixes #93)Björn Esser1-1/+2
2019-03-01Move code, documentation, and tests into subdirectories.Zack Weinberg1-0/+652