Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
lib
/
python3.10
/
dist-packages
/
ansible
/
utils
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: hashing.cpython-310.pyc
o O�h � @ s� d dl mZ d dlZd dlmZ zd dlmZ W n ey# dZY nw d dlm Z d dl mZ efdd�Zefd d �Z e ZeZdd� Zd d� ZdS )� )�annotationsN)�sha1)�md5)�AnsibleError)�to_bytesc C s$ |� }t | dd�} |�| � |�� S )z* Return a secure hash hex digest of data. �surrogate_or_strict��errors)r �update� hexdigest)�data� hash_func�digest� r �@/usr/local/lib/python3.10/dist-packages/ansible/utils/hashing.py� secure_hash_s"