in tools/registry.py [0:0]
def integrity(data): hash_value = hashlib.sha256(data) return "sha256-" + base64.b64encode(hash_value.digest()).decode()