kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.58k stars 113 forks source link

Add BLAKE-3 to crypto module #1592

Closed yonas closed 1 week ago

yonas commented 3 weeks ago

Enhancement

Allow users to hash using BLAKE-3: https://peergos.org/posts/blake3

blake3-performance

prakhar479 commented 2 weeks ago

Hi! I would like to work on this. Any notes and/or tips for this?

yonas commented 2 weeks ago

@prakhar479 I don't, but if you run into any issues, the authors respond often in the issue queue.

Peefy commented 2 weeks ago

@prakhar479 You can refer these PRs to add more functions for the crypto modules, e.g., https://github.com/kcl-lang/kcl/pull/1605

Peefy commented 1 week ago

Closed by #1613 and #1622