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.
arnaucube 1ff5a567a7 compress & decompress signature (wip) 4 years ago
src compress & decompress signature (wip) 4 years ago
.gitignore add point addition 4 years ago
.travis.yml add travis & crate config 4 years ago
Cargo.toml add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm 4 years ago
LICENSE add point addition 4 years ago
README.md compress & decompress signature (wip) 4 years ago

README.md

babyjubjub-rs Crates.io Build Status

BabyJubJub elliptic curve implementation in Rust.

BabyJubJub is a twisted edwards curve embedded in the curve of BN128.

Uses MiMC7 hash function: https://github.com/arnaucube/mimc-rs

Warning

Doing this in my free time to get familiar with Rust, do not use in production.

References