ironfish-jubjub

Crates.ioironfish-jubjub
lib.rsironfish-jubjub
version0.1.0
sourcesrc
created_at2024-10-23 22:30:13.58481
updated_at2024-10-23 22:30:13.58481
descriptionImplementation of the Jubjub elliptic curve group
homepage
repositoryhttps://github.com/iron-fish/jubjub
max_upload_size
id1420675
size154,908
engineering (github:iron-fish:engineering)

documentation

README

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.

Delta from upstream

These are the differences between this crate and the upstream jubjub crate:

  • Changed the elliptic curve backend from bls12_381 to blstrs
  • Added optional statistics counters for performance monitoring. This can be enabled through the stats feature.
  • Added a ExtendedPoint::multiply_many method to efficiently perform multiple elliptic curve multiplications in one call.
  • Added a SubgroupPoint::as_extended method to convert a SubgroupPoint to an ExtendedPoint.
Commit count: 222

cargo fmt