Name : perl-Template-Plugin-Digest-SHA3
| |
Version : 0.02
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.3.1
| Date : 2024-07-03 19:06:38
|
Group : Development/Libraries/Perl
| Source RPM : perl-Template-Plugin-Digest-SHA3-0.02-lp156.3.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : TT2 interface to the SHA3 Algorithm
|
Description :
The _Digest.SHA3_ Template Toolkit plugin provides access to the NIST SHA-1 algorithm via the \'Digest::SHA3\' module. It is used like a plugin but installs filters and vmethods into the current context.
When you invoke
[% USE Digest.SHA3 %]
the following filters (and vmethods of the same name) are installed into the current context:
* \'sha3\'
Calculate the SHA-2 digest of the input, and return it in binary form.
* \'sha3_hex\'
Same as \'sha3\', but will return the digest in hexadecimal form. The returned string will only contain characters from this set: \'0\'..\'9\' and \'a\'..\'f\'.
* \'sha3_base64\'
Same as \'sha3\', but will return the digest as a base64 encoded string. The returned string will only contain characters from this set: \'A\'..\'Z\', \'a\'..\'z\', \'0\'..\'9\', \'+\' and \'/\'.
As the filters are also available as vmethods the following are all equivalent:
FILTER sha3_hex; content; END; content FILTER sha3_hex; content.sha3_base64;
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.6/noarch |