kcl-lang / kcl

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

[ feature request ] Add filesha512 and fileblake3 #1664

Open yonas opened 5 days ago

yonas commented 5 days ago

Enhancement

Currently KCL only has support for SHA-256 file hashing via filesha256. SHA-512 and BLAKE-3 are also quite popular and should be supported.

Peefy commented 5 days ago

Related issue: https://github.com/kcl-lang/kcl/issues/1592