17 Star 0 Fork 0

openKylin/libdigest-sha3-perl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
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

空文件

简介

暂无描述 展开 收起
Perl 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/libdigest-sha3-perl.git
git@gitee.com:openkylin/libdigest-sha3-perl.git
openkylin
libdigest-sha3-perl
libdigest-sha3-perl
openkylin/yangtze

搜索帮助