Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Ecdsa chip verification lookup errors in supercircuit after HALO2 update #733

@adria0

Description

@adria0

In 72649e3 supercircuit works ok, but after HALO2 update 2783eba it fails, this has not been detected by CI due the circuit unit test is ignored by default.

     13     Lookup {
     14         name: "composition_a",
     15         lookup_index: 106,
     16         location: InRegion {
     17             region: Region {
     18                 index: 12,
     19                 name: "ecdsa chip verification",
     20             },
     21             offset: 141,
     22         },
     23     },
     24     Lookup {
     25         name: "composition_a",
     26         lookup_index: 106,
     27         location: InRegion {
     28             region: Region {
     29                 index: 12,
     30                 name: "ecdsa chip verification",
     31             },
     32             offset: 147,
     33         },
     34     },
     ....     
     1680736     Lookup {
     1680737         name: "overflow_a", 
     1680738         lookup_index: 115,
     1680739         location: InRegion {
     1680740             region: Region {
     1680741                 index: 12,
     1680742                 name: "ecdsa chip verification",
     1680743             },
     1680744             offset: 140100,
     1680745         },
     1680746     },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions