summaryrefslogtreecommitdiffstats
path: root/src/basic/sha256.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic: Add some sha256 helper functionsAdrian Vovk2024-02-131-0/+50
Adds a util function to sha256 an open fd (moved from dissect). Also adds functions to check if a string contains a valid sha256 hash, and parse it into a sha256 array.