public PBKDF2(hash as Object) throws CryptoException:
Creates a PBKDF2 instance bound to the given digest algorithm.
hash
import klyn.cryptography kdf = PBKDF2(SHA512()) print(kdf.hashAlgorithm)