No description
Find a file
2023-05-16 16:07:18 +02:00
.github/workflows port https://github.com/arnaucube/babyjubjub-rs to arkworks ff 2023-05-08 18:04:21 +02:00
benches Update aarch64 feature related code & minor update 2022-09-09 15:13:05 +02:00
src expose pub curve parameters and generator 2023-05-16 16:07:18 +02:00
.gitignore add point addition 2019-07-28 21:18:08 +02:00
Cargo.toml Add WASM compatibility throguh feature 2023-05-15 20:43:00 +02:00
LICENSE add point addition 2019-07-28 21:18:08 +02:00
README.md port https://github.com/arnaucube/babyjubjub-rs to arkworks ff 2023-05-08 18:04:21 +02:00

babyjubjub-ark Test

Note

: this repo is a fork from https://github.com/arnaucube/babyjubjub-rs , porting it to arkworks ff.

BabyJubJub elliptic curve implementation in Rust. A twisted edwards curve embedded in the curve of BN128/BN256.

BabyJubJub curve explanation: https://medium.com/zokrates/efficient-ecc-in-zksnarks-using-zokrates-bd9ae37b8186

Uses:

Compatible with the BabyJubJub implementations in:

Warning

Doing this in my free time, do not use in production.

References