Crypt::PBKDF2::Hash::DigestHMAC - Digest::HMAC hash support for Crypt::PBKDF2. |
Crypt::PBKDF2::Hash::DigestHMAC - Digest::HMAC hash support for Crypt::PBKDF2.
version 0.160410
Uses the Digest::HMAC manpage to make nearly any Digest-compatible module compatible with the Crypt::PKBDF2 manpage by driving it with the standard HMAC algorithm to combine the key and the data.
The Digest class to use. Will be passed to Digest->new
.
Andrew Rodland <arodland@cpan.org>
This software is copyright (c) 2016 by Andrew Rodland.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Crypt::PBKDF2::Hash::DigestHMAC - Digest::HMAC hash support for Crypt::PBKDF2. |