1Crypt::PWSafe3::SHA256(U3s)er Contributed Perl DocumentatCiroynpt::PWSafe3::SHA256(3)
2
3
4
6 Crypt::PWSafe3::SHA256 - HMAC Helper Class
7
9 This is a small helper class used to work with SHA256 in Digest::HMAC
10 module. This is because the Digest::HMAC module requires a module as
11 parameter for the algorithm but Digest::SHA256 doesn't exist as a
12 module.
13
14 This module here is just a wrapper, it doesn't return an instance of
15 its own but an instance of Digest::SHA('SHA-256') instead.
16
18 T.v.Dein <tlinden@cpan.org>
19
21 Crypt::PWSafe3 Digest::SHA Digest::HMAC
22
24 Copyright (c) 2011-2015 by T.v.Dein <tlinden@cpan.org>.
25
27 This program is free software; you can redistribute it and/or modify it
28 under the same terms of the Artistic License 2.0, see:
29 <http://www.perlfoundation.org/artistic_license_2_0>
30
31
32
33perl v5.32.0 2020-07-28 Crypt::PWSafe3::SHA256(3)