PHP 8.2.31
Preview: __init__.py Size: 771 B
/proc/self/root/proc/self/root/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/__init__.py

# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.

from __future__ import absolute_import, division, print_function

import abc

import six


@six.add_metaclass(abc.ABCMeta)
class KeyDerivationFunction(object):
    @abc.abstractmethod
    def derive(self, key_material):
        """
        Deterministically generates and returns a new key based on the existing
        key material.
        """

    @abc.abstractmethod
    def verify(self, key_material, expected_key):
        """
        Checks whether the key generated by the key material matches the
        expected derived key. Raises an exception if they do not match.
        """

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2025-08-28 20:39:17
Edit Download
4.00 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
3.51 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
4.98 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
2.17 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
2.21 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
2.35 KB lrw-r--r-- 2020-10-28 03:11:40
Edit Download
771 B lrw-r--r-- 2020-10-28 03:11:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).