代码拉取完成,页面将自动刷新
Digest::SHA3 version 1.05 ========================= Digest::SHA3 is a complete implementation of the NIST SHA-3 cryptographic hash function, known originally as Keccak. It gives Perl programmers a convenient way to calculate SHA3-224, SHA3-256, SHA3-384, and SHA3-512 message digests, as well as variable-length hashes using SHAKE128 and SHAKE256. The module can handle all types of input, including partial-byte data. Digest::SHA3 is written in C for speed. If your platform lacks a C compiler, perhaps you can find the module in a binary form compatible with your particular processor and operating system. The initial version of Digest::SHA3 was written to emphasize simplicity and correctness. It passed all known-answer-tests for short and long messages. No particular emphasis was placed on performance. However, as the SHA-3 standard matures, versions of this module will endeavor to perform on a par with optimized portable implementations. The module omits all HMAC-SHA-3 functions until such time as official test vectors become available. The tests subdirectory (t/*.t) contains a set of test vectors compiled from both official and informal sources. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES None COPYRIGHT AND LICENSE Copyright (C) 2012-2022 Mark Shelor This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Please refer to the Perl Artistic License for details: http://search.cpan.org/perldoc?perlartistic
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。