logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Crypt::PBKDF2::Hash::HMACSHA3 - HMAC-SHA3 support for Crypt::PBKDF2 using Digest::SHA

Author

       Andrew Rodland <arodland@cpan.org>

Description

       Uses Digest::HMAC and Digest::SHA3 "sha3_256"/"sha3_384"/"sha3_512" to provide the HMAC-ShA3 family of
       hashes for Crypt::PBKDF2.

       This could be done with Crypt::PBKDF2::Hash::DigestHMAC instead, but it seemed nice to have a uniform
       interface to HMACSHA*.

Name

       Crypt::PBKDF2::Hash::HMACSHA3 - HMAC-SHA3 support for Crypt::PBKDF2 using Digest::SHA

Version

       version 0.161520

See Also