Crates.io | ironfish-jubjub |
lib.rs | ironfish-jubjub |
version | 0.1.0 |
source | src |
created_at | 2024-10-23 22:30:13.58481 |
updated_at | 2024-10-23 22:30:13.58481 |
description | Implementation of the Jubjub elliptic curve group |
homepage | |
repository | https://github.com/iron-fish/jubjub |
max_upload_size | |
id | 1420675 |
size | 154,908 |
Implementation of the Jubjub elliptic curve group and its associated fields.
This is a fork of the original jubjub
crate from Zcash. The
fork was created by the Iron Fish project to add performance improvements.
These are the differences between this crate and the upstream
jubjub
crate:
bls12_381
to
blstrs
stats
feature.ExtendedPoint::multiply_many
method to efficiently perform multiple
elliptic curve multiplications in one call.SubgroupPoint::as_extended
method to convert a SubgroupPoint
to
an ExtendedPoint
.