Registry / crypto / zkinterface

zkinterface

JSON →
library1.3.4rscratesunverified

An implementation of the zkInterface protocol for zero-knowledge proof systems.

# Cargo.toml [dependencies] zkinterface = "1.3.4"
INSTALL
IMPORT
SIG · ZKINTERFACE
Z
zkinterface
cryptorustv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Message
use zkinterface::messages::Message;

Creates a default zkInterface message.

use zkinterface::messages::Message; fn main() { let msg = Message::default(); println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
48
Resources
zkinterface — cargo add zkinterface · libregistry