Docs.rs
zkevm-hashes-0.3.0
zkevm-hashes 0.3.0
Permalink
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.5.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.10
normal
serde ^1.0
normal
sha3 ^0.10.8
normal
snark-verifier-sdk =0.2.0
normal
type-map ^0.5.0
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
68.07%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Files
zkevm_hashes/
lib.rs
1
use
halo2_base::halo2_proofs;
2
3
pub mod
keccak;
4
pub mod
sha256;
5
/// Util
6
pub mod
util;