Module tvix_eval::builtins::hash

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.
  • For a given algo “string” and reader for data, calculate the digest and return it as a hexlower encoded String.