Open yonas opened 1 month ago
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.
filesha256
Related issue: https://github.com/kcl-lang/kcl/issues/1592
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.