Registry / crypto / zkp-macros-decl

zkp-macros-decl

JSON →
library0.2.0rscratesunverified

Procedural macros for zero-knowledge proof implementations.

# Cargo.toml [dependencies] zkp-macros-decl = "0.2.0"
INSTALL
IMPORT
SIG · ZKP-MACROS-DECL
Z
zkp-macros-decl
cryptorustv0.2.0
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.

declare_zkp
use zkp_macros_decl::declare_zkp;

Declares a zero-knowledge proof using the procedural macro.

use zkp_macros_decl::declare_zkp; declare_zkp! { // ZKP declaration here } fn main() { println!("ZKP macro declared"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
34
Resources
zkp-macros-decl — cargo add zkp-macros-decl · libregistry