Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Add method to seralize public input #681

Open
recmo opened this issue Apr 29, 2020 · 0 comments
Open

Add method to seralize public input #681

recmo opened this issue Apr 29, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Apr 29, 2020

On 2020-04-29 @pvienhage wrote in 7850bac “Smart contrat Recurance proof system impl (#677)”:

Add method to seralize public input

    let trace_length = constraints.trace_nrows();
    let trace_cols = constraints.trace_ncolumns();
    let eval_domain_size = trace_length * constraints.blowup;

    let mut channel = VerifierChannel::new(proof.to_vec());
    // TODO - Add method to seralize public input
    channel.initialize(constraints.channel_seed());

    // Get the low degree root commitment, and constraint root commitment
    // TODO: Make it work as channel.read()
    let low_degree_extension_root: Hash = channel.replay();

From crypto/stark/src/solidity_seralizer.rs:71

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Apr 29, 2020
@recmo recmo changed the title Make it work as channel.read() Add method to seralize public input Aug 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

2 participants