Docs.rs
ark-srs-0.3.2
ark-srs 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
alxiong
Dependencies
anyhow ^1.0
normal
ark-bn254 ^0.4.0
normal
ark-ec ^0.4.2
normal
ark-ff ^0.4.2
normal
ark-poly-commit ^0.4.0
normal
ark-serialize ^0.4.2
normal
ark-std ^0.4.0
normal
directories ^5.0.1
normal
hex-literal ^0.4.1
normal
rand ^0.8.5
normal
sha2 ^0.10.8
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
ureq ^2.9.6
normal
ark-poly ^0.4.2
dev
dotenv ^0.15.0
dev
tempfile ^3.10.1
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ark_srs
0.3.2
All Items
Crate Items
Modules
Crate
ark_srs
Copy item path
Source
Expand description
Parsing trusted setup CRS into arkwork compatible rust code.
Modules
ยง
constants
Configurations and constants, centralized for single responsibility
kzg10
SRS related to
KZG10
load
Utils for persisting serialized data to files and loading them into memroy. We deal with
ark-serialize::CanonicalSerialize
compatible objects.