Your IP : 216.73.217.13


Current Path : /lib/python3/dist-packages/cryptography/hazmat/primitives/kdf/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-38.pyc

U

�e�]�@sDddlmZmZmZddlZddlZe�ej�Gdd�de��Z	dS)�)�absolute_import�division�print_functionNc@s(eZdZejdd��Zejdd��ZdS)�KeyDerivationFunctioncCsdS)zo
        Deterministically generates and returns a new key based on the existing
        key material.
        N�)�self�key_materialrr�M/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/kdf/__init__.py�deriveszKeyDerivationFunction.derivecCsdS)z�
        Checks whether the key generated by the key material matches the
        expected derived key. Raises an exception if they do not match.
        Nr)rrZexpected_keyrrr	�verifyszKeyDerivationFunction.verifyN)�__name__�
__module__�__qualname__�abc�abstractmethodr
rrrrr	rs
r)
Z
__future__rrrrZsixZ
add_metaclass�ABCMeta�objectrrrrr	�<module>s