ocean.util.cipher.gcrypt.PBKDF2

PBKDF2 key derivation wrapper.

Requires linking with libgcrypt: -L-lgcrypt

Members

Aliases

PBKDF2
alias PBKDF2 = KeyDerivationCore!(KDF.GCRY_KDF_PBKDF2, Hasher.GCRY_MD_SHA256)

PBKDF2 with SHA256 hashing wrapper class

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).