Docs.rs
zkevm-hashes-0.2.0
zkevm-hashes 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jonathanpwang
Dependencies
array-init ^2.0.0
normal
ethers-core ^2.0.8
normal
getset ^0.1.2
normal
halo2-base =0.4.0
normal
itertools ^0.11
normal
lazy_static ^1.4
normal
log ^0.4
normal
num-bigint ^0.4
normal
rand ^0.8
normal
rayon ^1.7
normal
sha3 ^0.10.8
normal
snark-verifier =0.1.6
normal
env_logger ^0.10
dev
ethers-signers ^2.0.8
dev
hex ^0.4.3
dev
itertools ^0.11
dev
pretty_assertions ^1.0.0
dev
rand_core ^0.6.4
dev
rand_xorshift ^0.3
dev
sha2 ^0.10.7
dev
test-case ^3.1.0
dev
Versions
67.87%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
?
1
2
3
4
5
6
use
halo2_base::halo2_proofs;
pub mod
keccak;
pub mod
sha256;
/// Util
pub mod
util;