ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

开放

#115 创建于 2025年3月22日

 (0 条评论) (0 个反应) (0 位负责人)F# (2 个派生)auto 404
buggood first issuehelp wanted

仓库指标

星标
 (34 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南