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

Support negative row offsets #694

Open
recmo opened this issue May 6, 2020 · 0 comments
Open

Support negative row offsets #694

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

Comments

@recmo
Copy link
Contributor

recmo commented May 6, 2020

On 2020-05-06 @pvienhage wrote in af4b6e2 “Basic autogeneration (#687)”:

Support negative row offsets

        Ok(file) => file,
    };
    let _ = writeln!(&mut file, "{}", trace_contract);
}

// TODO - Support negative row offsets
fn autogen_trace_layout(
    trace_keys: &[&RationalExpression],
    n_cols: usize,
    constraint_degree: usize,
    blowup: usize,

From crypto/stark/src/solidity_verifier.rs:286

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels May 6, 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