Crypt::PBKDF2::Hash::HMACSHA3 - HMAC-SHA3 support for Crypt::PBKDF2 using Digest::SHA |
Crypt::PBKDF2::Hash::HMACSHA3 - HMAC-SHA3 support for Crypt::PBKDF2 using Digest::SHA
version 0.160410
Uses the Digest::HMAC manpage and the Digest::SHA3 manpage sha3_256
/sha3_384
/sha3_512
to provide the HMAC-ShA3 family of hashes for the Crypt::PBKDF2 manpage.
This could be done with the Crypt::PBKDF2::Hash::DigestHMAC manpage instead, but it seemed nice to have a uniform interface to HMACSHA*.
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::HMACSHA3 - HMAC-SHA3 support for Crypt::PBKDF2 using Digest::SHA |