Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptographic Hashing #43

Closed
Yoorkin opened this issue Mar 12, 2025 · 0 comments
Closed

Cryptographic Hashing #43

Yoorkin opened this issue Mar 12, 2025 · 0 comments

Comments

@Yoorkin
Copy link
Contributor

Yoorkin commented Mar 12, 2025

Cryptographic Hashing

简介

加密哈希函数在数据完整性验证和安全标识符生成中有着广泛的应用。实现高效的哈希函数可以帮助确保数据的安全性和完整性。

任务内容

  1. 提供哈希函数库,支持 SHA-256、SHA-1 和 MD5 等哈希算法。
  2. 合理配置项目CI,包括moon check、格式化检查。
  3. 通过测试保证实现正确。

要求

需要一定的学习技能和资料查询能力,了解加密哈希算法的基本原理和应用。

任务预期

完成任务内容,提供使用文档、示例和测试。确保库易于使用并且高效。

参考资料

产出

将编写的包开源至 moonbit-community。

@Yoorkin Yoorkin moved this to Todo in Community Tasks Mar 12, 2025
@kesmeey kesmeey assigned kesmeey and unassigned kesmeey Mar 13, 2025
@kesmeey kesmeey moved this from Todo to In Progress in Community Tasks Mar 13, 2025
@Lampese Lampese moved this from In Progress to Done in Community Tasks Apr 1, 2025
@Lampese Lampese closed this as completed by moving to Done in Community Tasks Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants