Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stark: Implement Stone compatible serialization (#625)
* add serialization to stark proof and two tests * test pub * remove pub use * add grinding nonce to serialized proof * pow in little endian * nonce in be bytes * clippy, fmt * add code comment * fix position of nonce in proof * poc merge auth paths * fix state * add missing sym trace paths * fmt * clippy * add test with 3 queries * minor refactor * remove repeated query openings * fix repeated composition poly openings * minor change * use strong fiat shamir for fibonacci test cases * make public parameters input to serializer * make serialize method public * minor refactor * fmt * clippy * clippy * make serialize_proof pub * add docs * add docs * Add small comment * Add small comment * Add small comment * Update provers/stark/src/proof/stark.rs * Fmt --------- Co-authored-by: Agustin <[email protected]> Co-authored-by: Mauro Toscano <[email protected]> Co-authored-by: MauroFab <[email protected]>
- Loading branch information