ark-bulletproofs

Crates.ioark-bulletproofs
lib.rsark-bulletproofs
version4.1.1
sourcesrc
created_at2022-12-28 20:23:14.007367
updated_at2023-05-12 20:52:40.659911
descriptionA pure-Rust implementation of Bulletproofs using secq256k1 and zorro
homepage
repositoryhttps://github.com/FindoraNetwork/ark-bulletproofs
max_upload_size
id746973
size191,748
Weikeng Chen (weikengchen)

documentation

README

Bulletproofs over the secq256k1 curve

This repo builds over Bulletproofs but replaces the Ristretto group with another group over the secq256k1 curve.

An important property of the secq256k1 curve is that it can embed secp256k1. A severe limitation, as a result, is that its scalar field does not have a lot of 2-arity, and therefore preventing a large class of protocols based on FFT to run on the native field.

There are only a few solutions we know today to circumvent this limitation: Bulletproofs, Gemini, and Orion. For this library, we use Bulletproofs.

Original About

This is a research project sponsored by Interstellar, developed by Henry de Valence, Cathie Yun, and Oleg Andreev.

Commit count: 950

cargo fmt