Crates.io | babyjubjub-rs |
lib.rs | babyjubjub-rs |
version | 0.0.11 |
source | src |
created_at | 2019-08-04 12:18:17.424969 |
updated_at | 2024-01-22 16:06:53.547679 |
description | BabyJubJub elliptic curve implementation |
homepage | |
repository | https://github.com/arnaucube/babyjubjub-rs |
max_upload_size | |
id | 154111 |
size | 48,350 |
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:
Doing this in my free time, do not use in production.