Re: [systemd-devel] Preferred library for hash functions

2021-08-09 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Aug 08, 2021 at 03:17:40PM -0500, Daniel Parks wrote: > I'd like to add a feature to systemd-cryptsetup that requires computing > a sha256 hash. Currently, systemd links to several different crypto > libraries, and I'm a bit confused what the preferred implementation > would be. > > Curren

[systemd-devel] Preferred library for hash functions

2021-08-08 Thread Daniel Parks
I'd like to add a feature to systemd-cryptsetup that requires computing a sha256 hash. Currently, systemd links to several different crypto libraries, and I'm a bit confused what the preferred implementation would be. Currently I'm thinking about adding a dependency on libopenssl to systemd-crypts