Registry / crypto / orchard

orchard

JSON →
library0.14.0rscratesunverified

The Orchard shielded transaction protocol for Zcash.

# Cargo.toml [dependencies] orchard = "0.14.0"
INSTALL
IMPORT
SIG · ORCHARD
O
orchard
cryptorustv0.14.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.

Builder
use orchard::builder::Builder;

Creates a new Orchard transaction builder.

use orchard::builder::Builder; fn main() { let builder = Builder::new(); println!("Orchard builder created"); }
Debug
Known issues
gotchaRequires pairing-friendly elliptic curve support; may need 'bls12_381' feature.
fix
Add 'orchard = { version = "0.14", features = ["bls12_381"] }' to Cargo.toml.
affects: >=0.14.0
Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
orchard — cargo add orchard · libregistry