summaryrefslogtreecommitdiffhomepage
path: root/lib/digest.c
AgeCommit message (Collapse)Author
2024-12-01digest: implement compile time option to exclude less common algorithmsJo-Philipp Wich
Introduce a new default enabled CMake option `DIGEST_SUPPORT_EXTENDED` which, when turned off, disables all but the most common md5, sha1 and sha256 alogirthms to reduce the library size. Also prefer statically linking libmd if possible. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-12-01lib: introduce digest librarySebastian Ertz
Signed-off-by: Sebastian Ertz <sebastian.ertz@gmx.de>