Srinath Setty
6044aff625
Update crate versions ( #119 )
...
* update crate versions
* fix clippy issues
* cargo fmt
2022-11-21 10:42:11 -08:00
Srinath Setty
a56f823ace
optimize the non-native arithmetic and hashing costs by using 4 limbs instead of 8 ( #102 )
2022-07-27 17:09:49 -07:00
Srinath Setty
e373f4633d
edits to address clippy with the latest Rust ( #90 )
2022-07-13 14:46:13 -07:00
Srinath Setty
0863a732ff
Add asserts for constraint count ( #83 )
...
* Add asserts for constraint count
* switch to Standard strength
2022-07-05 14:50:17 -07:00
Srinath Setty
c29030b2d7
Release Candidate ( #82 )
...
* update version and README
* move tests to bellperson adapter and remove tests folder; make bellperson adapter private
2022-07-01 16:03:19 -07:00
Srinath Setty
9a44d06aec
PrimeField --> ff::PrimeField ( #28 )
...
* PrimeField --> ff::PrimeField
* cargo fmt
2022-04-14 07:48:55 -07:00
Srinath Setty
c20da2f58c
Cleanup ( #27 )
...
* VerificationCircuit --> NIFSVerifierCircuit, for clarity
* InnerCircuit --> StepCircuit
* Rename
* cleanup imports
* additional cleanup in the test
* small cleanup
2022-04-13 17:29:48 -07:00
porcuquine
648eb0bb6e
Fix CS::one() bug in solver. ( #24 )
...
* Test and fix solver CS::one() bug.
* Remove unused linear-combination evaluations.
* rustfmt
* Clippy.
Co-authored-by: porcuquine <porcuquine@users.noreply.github.com >
2022-04-08 06:30:52 -07:00
porcuquine
338fbff9ac
Add missing doc comments.
2021-10-20 10:19:20 -07:00
Srinath Setty
8027bcf056
cargo fmt
2021-10-20 10:19:20 -07:00
Srinath Setty
ff885c4d5d
fix bellperson path; address minor clippy-suggested edit
2021-10-20 10:19:20 -07:00
porcuquine
efb73ef325
Rename Prover and ProvingAssignment.
2021-10-20 10:19:20 -07:00
porcuquine
3b668e7ac6
Add support for using bellperson to generate R1CS.
2021-10-20 10:19:20 -07:00