Volker Mische
|
44d1f10588
|
chore: format Rust code the usual way
Remove the custom formatting rules and run `cargo fmt`.
|
1 year ago |
maramihali
|
923c8a727f
|
update workflows for testudo
|
2 years ago |
Mara Mihali
|
c76f136006
|
implement spartan verifier as a circuit and verify it with groth16
|
2 years ago |
Mara Mihali
|
e7242a7b54
|
implement alternative transcript with poseidon backend
|
2 years ago |
Mara Mihali
|
b085c670be
|
migrate codebase to arkworks and change curve to bls12-377
|
2 years ago |
Srinath Setty
|
e1383ff248
|
clippy fixes (#50)
* clippy fixes
* remove warning
* fix clippy
|
2 years ago |
Mara Mihali
|
cc345b6451
|
arkworks migration to bls12377
|
2 years ago |
Mara Mihali
|
dda7a6fb46
|
stuff
|
2 years ago |
Srinath Setty
|
cecc2f1b62
|
Transcript (#46)
* add items to transcript
* add additional items to transcript
* fix benches
* cargo fmt
|
2 years ago |
Srinath Setty
|
19d1d63703
|
Update to latest Rust and fix Clippy warnings (#37)
* Update to latest Rust and fix Clippy warnings
* cleanup
|
3 years ago |
Jakub Konka
|
7b102a241f
|
Add example proving knowledge of cubic equation solution (#26)
|
4 years ago |