:py:mod:`pylibressl.kdf.pbkdf` ============================== .. py:module:: pylibressl.kdf.pbkdf Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: pylibressl.kdf.pbkdf.PBKDF_HMAC Attributes ~~~~~~~~~~ .. autoapisummary:: pylibressl.kdf.pbkdf.PBKDF_HMAC_Streebog512 pylibressl.kdf.pbkdf.__doc__ pylibressl.kdf.pbkdf.PBKDF_HMAC_SHA256 pylibressl.kdf.pbkdf.__doc__ .. py:class:: PBKDF_HMAC(salt, iteration_number, key_length) Bases: :py:obj:`object` .. py:method:: new(cls, hash_type, name='NewPBKDF') :classmethod: Create new PBKDF object. .. py:method:: derivate(self, password) Derivate key from a password. .. py:data:: PBKDF_HMAC_Streebog512 .. py:data:: __doc__ :annotation: = PBKDF-HMAC-Streebog512 .. py:data:: PBKDF_HMAC_SHA256 .. py:data:: __doc__ :annotation: = PBKDF-HMAC-SHA256