openssh_key.kdf_optionsΒΆ

Modules for classes representing key derivation function options.

Modules

openssh_key.kdf_options.bcrypt_options

Classes representing options for the Bcrypt-PBKDF2 key derivation function.

openssh_key.kdf_options.common

Classes representing key derivation function options.

openssh_key.kdf_options.factory

Methods to provide key derivation functions given OpenSSH key derivation function type names.

openssh_key.kdf_options.none

Classes representing the null key derivation function.