Registry / crypto / dusk-jubjub

dusk-jubjub

JSON →
library0.15.2rscratesunverified

Dusk's fork of the implementation of the Jubjub elliptic curve group

# Cargo.toml [dependencies] dusk-jubjub = "0.15.2"
INSTALL
IMPORT
SIG · DUSK-JUBJUB
D
dusk-jubjub
cryptorustv0.15.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.

JubjubScalar
✓ use dusk_jubjub::JubjubScalar;

Creates a Jubjub scalar from an integer.

use dusk_jubjub::JubjubScalar; fn main() { let scalar = JubjubScalar::from(42u64); println!("Scalar: {:?}", scalar); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
dusk-jubjub — cargo add dusk-jubjub · libregistry