Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serialization for Proof #51

Merged
merged 4 commits into from
Dec 17, 2020
Merged

Add serialization for Proof #51

merged 4 commits into from
Dec 17, 2020

Conversation

weikengchen
Copy link
Member

This PR adds the serialization for Proof.

A byproduct is that this PR adds serialization for ProverMsg, which is an enum type that automatic derivation panics.

@weikengchen weikengchen merged commit e9a75ec into master Dec 17, 2020
@weikengchen weikengchen deleted the serialization branch December 17, 2020 05:14
weikengchen added a commit that referenced this pull request Dec 17, 2020
…master` (#52)

* Update for arkworks-rs/algebra#53

* Automatically pad the formatted input size to 2^k (#47)

* support public input that is not 2^k

* Update src/lib.rs

Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>

* fmt

Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>

* Add the benchmark (#48)

* add bench

* fix

* fmt

* multithread

* update the remark

* Remove circuit `C` and some lifetime specifiers from the type (#50)

* remove c in type

* fix

* remove an unnecessary clone

* Add serialization for Proof (#51)

* add serialization for Proof

* add unchecked serialization

* fix bench and add uncompressed serialization

* fix bench

Co-authored-by: Ryan Lehmkuhl <ryanleh.ob@gmail.com>
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
weikengchen added a commit that referenced this pull request Dec 17, 2020
* Add serialization for Proof (#51)

* add serialization for Proof

* add unchecked serialization

* fix bench and add uncompressed serialization

* fix bench

* Fix the missing `outline_lcs` for prover (#53)

* Fix the missing outline_lcs for prover

* fix typo

* Add serialization for keys (#54)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant