ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

Open

#115 opened on Mar 22, 2025

 (0 comments) (0 reactions) (0 assignees)F# (2 forks)auto 404
buggood first issuehelp wanted

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

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