ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

Ouverte

#115 ouverte le 22 mars 2025

 (0 commentaire) (0 réaction) (0 personne assignée)F# (2 forks)auto 404
buggood first issuehelp wanted

Métriques du dépôt

Stars
 (34 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur