2 stable releases
4.1.1 | May 12, 2023 |
---|---|
4.0.0 | Dec 28, 2022 |
#2312 in Cryptography
31 downloads per month
Used in 5 crates
(4 directly)
130KB
2.5K
SLoC
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.
Dependencies
~6.5MB
~113K SLoC