ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Use digest crate #984

Closed jw3 closed 9 months ago

jw3 commented 9 months ago

Use the digest crate

Remove the bespoke hasher implementation, dropping the ring dependency.

This commit also updates the el9 BuildRequires list.

Closes #983