matter-labs / awesome-zero-knowledge-proofs

A curated list of awesome things related to learning Zero-Knowledge Proofs (ZKP).
Other
5.08k stars 829 forks source link

Add a C implementation of Bulletproofs #63

Closed InfoHunter closed 5 months ago

InfoHunter commented 1 year ago

Tongsuo is a generic cryptography library with many algorithms and protocols supported. Recently Tongsuo added the support of Bulletproofs, both range and r1cs. Check the following pull requests:

https://github.com/Tongsuo-Project/Tongsuo/pull/342 https://github.com/Tongsuo-Project/Tongsuo/pull/407

So we think it's good to have a C language implementation in the doc.