Skip to content

A Possible Bug #8

@hongzicong

Description

@hongzicong

Thanks for your zk-SQL, it is a nice project. However, I find a possible bug as follows.

For the file zk-SQL/circuits/select.circom, the code in line 62
for (j=0; j<nAND; j++) {
may be corrected to
for (j=0; j<nColumns; j++) {.

In addition, within the for-loop of line 62, a for-loop about nAND may be needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions