Registry / crypto / wagyu-zcash-parameters

wagyu-zcash-parameters

JSON →
library0.2.0rscratesunverified

Library for loading Zcash Sapling parameters.

# Cargo.toml [dependencies] wagyu-zcash-parameters = "0.2.0"
INSTALL
IMPORT
SIG · WAGYU-ZCASH-PARAME
W
wagyu-zcash-parameters
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.

load_parameters
use wagyu_zcash_parameters::load_parameters;

Loads Zcash Sapling parameters from the default location.

use wagyu_zcash_parameters::load_parameters; fn main() { let params = load_parameters().expect("Failed to load Zcash parameters"); println!("Parameters loaded: {} bytes", params.len()); }
Debug
Known issues
gotchaParameters must be downloaded separately; the library does not fetch them automatically.
fix
Download the Sapling parameters from the official Zcash website and place them in the expected directory.
affects: >=0.2.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
wagyu-zcash-parameters — cargo add wagyu-zcash-parameters · libregistry