Botan

PBKDF2

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  PKCS5_PBKDF2: botan.pbkdf.pbkdf.PBKDF;

PKCS #5 PBKDF2


this(MessageAuthenticationCode mac_fn);

Create a PKCS #5 instance using the specified message auth code

Parameters
MessageAuthenticationCode mac_fn the MAC object to use as PRF