You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nanak Nihal Khalsa 22e7813ddb
Merge 5064685224 into 367ee99d8d
10 months ago
.github/workflows Update aarch64 feature related code & minor update 2 years ago
benches Update aarch64 feature related code & minor update 2 years ago
src wasm blake hash compatability (but circom compatability broken in wasm still) 1 year ago
.gitignore add point addition 5 years ago
Cargo.toml Merge 506468522460a60680c53605ac48059a3106f348 into 367ee99d8d15313795aa6e75adbe874c404c7235 10 months ago
LICENSE Migrate license to Apache-2.0 11 months ago
README.md v0.0.4 4 years ago

README.md

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