Docs.rs
vector-commit-0.1.0
vector-commit 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
SleepingShell
Dependencies
ark-bn254 ^0.4
normal
ark-ec ^0.4
normal
ark-ff ^0.4
normal
ark-poly ^0.4
normal
num ^0.4.1
normal
rand ^0.8.5
normal
criterion ^0.5
dev
Versions
56.41%
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
Module kzg_amortized
vector_
commit
0.1.0
Module kzg_
amortized
Module Items
Structs
Enums
In crate vector_
commit
vector_commit
Module
kzg_
amortized
Copy item path
Source
Structs
§
KZGAmortized
Implementation of the Feist-Khovratovich technique of “Fast Amortized KZG proofs”.
KZGBatch
Proof
KZGCommitment
KZGKey
KZGKey represents the universal parameters, AKA reference string, for both committing polynomials and verifying commitments
KZGPrepared
Data
KZGPreparedData will create a polynomial to commit to by interpolating the dataset. Instead of the evaluations occuring at [0,1,…,n-1] they instead occur at [0,w,w^2,…w^n-1]. w is the n-th root of unity
KZGProof
Enums
§
KZGError