NAME
Dipki::Hmac - Compute keyed-hash based message authentication code (HMAC) values.
Data function
Compute a keyed-hash based message authentication code (HMAC) as a byte array from bytes data.
Synopsis
$h = Dipki::Hmac::Data($data, $key, $alg);
HexFromData function
Compute message digest in hexadecimal format from binary data
Synopsis
$s = Dipki::Hash::HexFromData($data, $alg);
AUTHOR
David Ireland, https://www.cryptosys.net/contact/
COPYRIGHT AND LICENSE
Copyright (C) 2022 David Ireland, DI Management Services Pty Limited, https://www.di-mgt.com.au https://www.cryptosys.net. The code in this module is licensed under the terms of the MIT license. For a copy, see http://opensource.org/licenses/MIT