get_hexdigests_remote

get_hexdigests_remote(hexdigests_remote, hexdigests_strict=False)[source]

Process hexdigests via URLs.

Parameters:
  • hexdigests_remote (Optional[Mapping[str, str]]) – The expected hexdigests as (algorithm_name, url to file with expected hex digest) pairs.

  • hexdigests_strict (bool) – Set this to false to stop automatically checking for the algorithm(filename)=hash format

Return type:

Mapping[str, str]

Returns:

A mapping of algorithms to hexdigests