Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-01 | digest: implement compile time option to exclude less common algorithms | Jo-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-01 | lib: introduce digest library | Sebastian Ertz | |
Signed-off-by: Sebastian Ertz <sebastian.ertz@gmx.de> |