#keccak #sha-3 #const #crypto #ethereum

no-std keccak-const

SHA-3系列哈希和可扩展输出函数的const函数实现

1个不稳定版本

0.2.0 2023年8月18日

#11 in #sha3

Download history • Rust 包仓库 822/week @ 2024-04-03 • Rust 包仓库 280/week @ 2024-04-10 • Rust 包仓库 207/week @ 2024-04-17 • Rust 包仓库 303/week @ 2024-04-24 • Rust 包仓库 370/week @ 2024-05-01 • Rust 包仓库 1071/week @ 2024-05-08 • Rust 包仓库 1048/week @ 2024-05-15 • Rust 包仓库 1242/week @ 2024-05-22 • Rust 包仓库 911/week @ 2024-05-29 • Rust 包仓库 717/week @ 2024-06-05 • Rust 包仓库 1023/week @ 2024-06-12 • Rust 包仓库 1164/week @ 2024-06-19 • Rust 包仓库 542/week @ 2024-06-26 • Rust 包仓库 550/week @ 2024-07-03 • Rust 包仓库 985/week @ 2024-07-10 • Rust 包仓库 874/week @ 2024-07-17 • Rust 包仓库

3,086 每月下载量
10 个crate(2个直接) 中使用

MIT/Apache

24KB
296

keccak-const

Build status Crate Documentation

const fn SHA-3系列哈希和可扩展输出函数的实现(受sha2-const启发)。这个crate允许你在Rust中将Sha3哈希函数用作常量表达式。对于所有其他用法,sha3 crate包含了这些哈希函数的更多优化实现。

基于Keccak规范实现

使用纯稳定Rust的sha3-const的优秀分支。

许可证

© 2023 Offchain Labs, Inc.

本项目许可协议为以下之一:

由您选择。

本项目的SPDX许可证标识为 MIT OR Apache-2.0

无运行时依赖