2023-12-07 12:58:15 -06:00
2023-12-07 12:58:15 -06:00
2023-12-07 12:58:15 -06:00
2023-09-06 23:58:33 -05:00
2023-10-11 16:51:04 -05:00
2023-10-11 16:51:04 -05:00
2023-12-07 11:14:16 -06:00

circom-stark CircleCI

A binding to make R1CS proofs using rstark.

About

R1CS proofs are based on sets of constraints of the form A*B - C = 0 where A, B, and C are scalar sums. We can take such a system and reduce it to a single constraint using a random linear combination. This reduces to a STARK proof with trace length 1 and 1 constraint. The proof speed is limited by the total number of variables (aka signals) in the R1CS.

Description
No description provided
Readme 1.1 MiB
Languages
JavaScript 98.6%
Assembly 0.9%
Circom 0.5%