browserify / browserify/createHash
[Breaking] Node v17 crypto removed ripemd160
未关闭
- 主要语言
- JavaScript
- 星标
- 53
- 派生
- 37
- PR 合并指标
- 30 天内没有已合并 PR
描述
Related: https://github.com/bitcoinjs/bip32/issues/59
Seems like the only option is:
1. Check if version >= 17
2. If true, the index.js should also try to intercept ripemd160 calls and use pure JS.
Thoughts?
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 index.js 和相关的 bitcoinjs/bip32 issue 开始,了解当前如何处理 ripemd160,以及 Node v17 中发生了哪些变化。在 Node v17 下验证该失败,然后确定 ripemd160 所需的兼容性行为,并使用项目现有的检查加以确认。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- cryptography
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100