ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

Offen

#115 geöffnet am 22.03.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)F# (2 Forks)auto 404
buggood first issuehelp wanted

Repository-Metriken

Stars
 (34 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

See several places in the code where the issue number is mentioned: we should migrate to Sha1 module everywhere, and should not use the system's SHA1 provider for anything.

This is because the system SHA1 module is not hardened and thus can return different hashes for some objects.

Contributor Guide