No description
Find a file
2024-01-22 17:06:05 +01:00
.github/workflows Update aarch64 feature related code & minor update 2022-09-09 15:13:05 +02:00
benches Update aarch64 feature related code & minor update 2022-09-09 15:13:05 +02:00
src fix link to addition-add-2008-bbjlp 2023-05-04 15:43:00 +00:00
.gitignore add point addition 2019-07-28 21:18:08 +02:00
Cargo.toml Migrate license to Apache-2.0 2024-01-22 17:06:05 +01:00
LICENSE Migrate license to Apache-2.0 2024-01-22 17:06:05 +01:00
README.md v0.0.4 2020-11-04 19:05:36 +01:00

babyjubjub-rs Crates.io Test

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