de44631
(HEAD -> master)
make modules&methods pub, rm unused self in gadget by
2023-07-10 09:52:36 +0200
7db2d30
PST/SQRT + Benches (#35) by
2023-03-22 23:48:28 +0100
bae8104
Merge pull request #18 from vmx/no-custom-fmt by
2023-02-08 15:56:55 +0100
44d1f10
chore: format Rust code the usual way by
2023-02-08 11:07:09 +0100
3d5b0d3
Merge pull request #10 from cryptonetlab/cleanup by
2023-02-02 15:57:15 +0100
8c6e855
Apply suggestions from code review by
2023-02-02 15:56:53 +0100
fcd93fa
remove unnecessary dependencies and change package name by
2023-01-12 17:59:44 +0100
adf96ae
fix transcript inconsistency by
2022-12-22 14:08:48 +0200
f88d29f
first version of PST by
2022-11-22 18:09:27 +0000
21af090
Removed submodule by
2022-12-08 12:42:27 +0000
d2c543a
add poly-commit as submodule by
2022-12-08 10:22:05 +0000
923c8a7
update workflows for testudo by
2022-11-11 14:45:38 +0000
869bed6
implement spartan verifier as a circuit and verify it with groth16 by
2022-08-01 14:02:45 +0100
c76f136
implement spartan verifier as a circuit and verify it with groth16 by
2022-08-01 14:02:45 +0100
e7242a7
implement alternative transcript with poseidon backend by
2022-07-29 13:34:12 +0300
09251a9
remove zero knowledge from spartan r1cs-sat proof and verification by
2022-07-21 14:34:30 +0100
632b95b
turn shake into poseidon by
2022-07-15 08:27:30 +0100
b085c67
migrate codebase to arkworks and change curve to bls12-377 by
2022-06-17 12:28:11 +0100
c5f2087
update readme (#56) by
2022-10-17 14:52:13 -0700
0013f81
optimize the computation of digest of A/B/C matrices (#55) by
2022-10-17 14:24:35 -0700
d406405
Update version and readme (#53) by
2022-08-16 14:39:37 -0700
cb6e561
fix comment (#49) by
2022-08-16 22:17:45 +0100
4f56acf
support for stable Rust (#51) by
2022-08-01 18:50:04 -0700
e1383ff
clippy fixes (#50) by
2022-08-01 18:29:13 -0700
d6a1c21
Put simd_backend into default feature (#48) by
2022-08-01 18:51:02 -0600
1e9930a
refactor r1csproof to non-zk sumcheck by
2022-07-21 14:34:30 +0100
732566c
turn shake into poseidon by
2022-07-15 08:27:30 +0100
cc345b6
arkworks migration to bls12377 by
2022-06-21 10:48:12 +0100
dda7a6f
stuff by
2022-06-17 12:28:11 +0100
cecc2f1
Transcript (#46) by
2022-05-12 13:46:05 +0530
6722e6c
remove asserts; return result objects (#45) by
2022-05-04 08:20:57 +0530
c9cdb0a
fix version number (#38) by
2021-10-14 16:15:56 -0700
19d1d63
Update to latest Rust and fix Clippy warnings (#37) by
2021-10-14 16:11:19 -0700
f465aed
upgrade crate version in README.md by
2021-04-22 10:37:41 -0700
e62e575
upgrade version by
2021-04-22 10:34:46 -0700
7bbc366
Arbitrary number of variables and contraints (#34) by
2021-04-22 13:27:54 -0400
096c079
upgrade to use crates.io (#32) by
2021-01-12 12:20:30 -0800
8f21680
Fix build on recent nightly compilers (upgrade packed_simd) (#30) by
2021-01-11 10:57:14 -0800
5b59893
annotation typo (#29) by
2020-12-16 04:34:51 +0800
075ada9
Fold panics in the enclosing Error case (#27) by
2020-10-16 18:28:25 -0400
9e4c166
Refactor to idiomatic Result/Option patterns (#25) by
2020-09-29 18:18:43 -0400
7b102a2
Add example proving knowledge of cubic equation solution (#26) by
2020-09-16 18:41:13 +0200
65b3e69
add import instructions by
2020-09-01 10:50:54 -0700
6b95e05
update metadata by
2020-09-01 10:28:26 -0700
1bb98a3
additional error checking by
2020-09-01 10:13:53 -0700
67a038e
update version to 0.2.0 by
2020-08-31 14:38:35 -0700
2d22bff
Add APIs to specify an R1CS Instance (#24) by
2020-08-31 14:11:42 -0700
131fad9
fix section pointer and small edits by
2020-08-05 07:45:34 -0700
15a9826
Some minor tweaks (#21) by
2020-08-03 11:55:21 -0700
77aec3b
add metadata to Cargo.toml by
2020-07-29 11:39:43 -0700
d8cfa9d
update version by
2020-07-13 14:31:59 -0700
c24a6ab
Reduce the number of public APIs smaller and add more detailed documentation by
2020-04-29 10:31:41 -0700
2bfc333
Address Clippy warnings by
2020-04-28 16:47:16 -0700
eb969d5
Pub (#14) by
2020-04-28 13:36:54 -0700
290bbc0
organize nizk and scalar modules by
2020-04-28 11:41:40 -0700
958e945
introduce a separate type RandomTape atop Transcript (#13) by
2020-04-28 11:16:43 -0700
456970e
introduce APIs for NIZK and SNARK proof systems (#11) by
2020-04-28 10:57:11 -0700
95b9ad3
initial commit by
2019-12-16 14:41:07 -0800
be426e7
Initial SECURITY.md commit by
2019-12-16 14:13:35 -0800
63bc460
Updating LICENSE to template content by
2019-12-16 14:13:34 -0800
171ad08
Initial README.md commit by
2019-12-16 14:13:32 -0800
9a0498a
Initial CODE_OF_CONDUCT.md commit by
2019-12-16 14:13:31 -0800
cac33ea
Initial commit by
2019-12-16 14:03:07 -0800