Docs.rs
lox-zkp-0.8.4
lox-zkp 0.8.4
Permalink
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
onyiny-ang
Dependencies
curve25519-dalek ^4
normal
merlin ^3
normal
rand ^0.8
normal
serde ^1
normal
serde_derive ^1
normal
thiserror ^1
normal
bincode ^1
dev
criterion ^0.5
dev
sha2 ^0.10
dev
Versions
100%
of the crate is documented
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
Crate lox_zkp
lox_zkp
0.8.4
All Items
Sections
Note
Crate Items
Modules
Macros
Structs
Enums
Crate
lox_zkp
Copy item path
Source
Expand description
§
Note
Modules
§
toolbox
Contains lower-level tools that allow programmable specification of proof statements.
Macros
§
define_
proof
Creates a module with code required to produce a non-interactive zero-knowledge proof statement, to serialize it to wire format, to parse from wire format, and to verify the proof or batch-verify multiple proofs.
Structs
§
Batchable
Proof
A Schnorr proof in batchable format.
Compact
Proof
A Schnorr proof in compact format.
Transcript
A transcript of a public-coin argument.
Enums
§
Proof
Error
An error during proving or verification, such as a verification failure.