Registry / crypto / jubjub

jubjub

JSON →
library0.10.0rscratesunverified

Implementation of the Jubjub elliptic curve group.

# Cargo.toml [dependencies] jubjub = "0.10.0"
INSTALL
IMPORT
SIG · JUBJUB
J
jubjub
cryptorustv0.10.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.

JubjubEngine
use jubjub::JubjubEngine;

Import the Jubjub engine trait.

use jubjub::JubjubEngine; fn main() { // JubjubEngine is a trait; typically used with pairing-friendly curves. println!("Jubjub engine available"); }
Debug
Known issues
gotchaRequires pairing-friendly elliptic curve backend (e.g., bls12_381).
fix
Add a compatible curve crate like 'bls12_381' as a dependency.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jubjub — cargo add jubjub · libregistry