Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

feat: ecrecover precompile #527

@lispc

Description

@lispc
  1. merge the identity precompile PR
  2. refactor sig_verify.rs, so instead of using apis like halo2_base::AssignedValue::copy_advice, we create a "r,s,v,hash,is_valid" table (called sig verify table?). Then both tx circuit and evm_circuit::ecrecover can lookup this table? Another benefit of this is, we no longer leak the complexity of halo2_base to other circuits. @lispc
  3. evm_circuit side taks. @roynalnaruto

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