PBKDF2

PBKDF2 with SHA256 hashing wrapper class

For a usage example, see the unittests below.

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

Meta