Module hash
tvix_
eval
0.1.0
Module hash
Module Items
Functions
In tvix_
eval::
builtins
Modules
hash
impure
placeholder_builtins
pure_builtins
to_xml
versions
Constants
CURRENT_PLATFORM
Functions
bgc_insert_key
coerce_value_to_path
impure_builtins
placeholders
pure_builtins
tvix_eval
::
builtins
Module
hash
Copy item path
Settings
Help
Summary
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
.