tvix_eval
0.1.0
Module hash
Functions
In tvix_eval::builtins
Module
tvix_eval
::
builtins
::
hash
Copy item path
source
·
[
−
]
Functions
§
hash
🔒
Reads through all data from the passed reader, and returns the resulting
Digest
. The exact hash function used is left generic over all
Digest
.
hash_nix_string
For a given algo “string” and reader for data, calculate the digest and return it as a hexlower encoded
String
.