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 eb42f48c65 add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm 4 years ago
src add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm 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 add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm 4 years ago

README.md

babyjubjub-rs Crates.io Build Status

BabyJubJub elliptic curve implementation in Rust

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