Registry / crypto / sapling-crypto

sapling-crypto

JSON →
library0.6.2rscratesunverified

Cryptographic library for Zcash Sapling, providing primitives for shielded transactions.

# Cargo.toml [dependencies] sapling-crypto = "0.6.2"
INSTALL
IMPORT
SIG · SAPLING-CRYPTO
S
sapling-crypto
cryptorustv0.6.2
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.

Sapling
use sapling_crypto::Sapling;

Initialize the Sapling cryptographic library.

use sapling_crypto::Sapling; fn main() { let _sapling = Sapling::new(); println!("Sapling crypto initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
sapling-crypto — cargo add sapling-crypto · libregistry