Skip to content

Chunker: tangent check and line check for no fixed point #157

@wz14

Description

@wz14

Almost all elliptic curve operations are computed by the precompute method. There are two cases for fixed point and non-fixed point(q4 in groth16). I think both cases are implemented by putting the coefficients of the precomputed line on the witness (hint). It gives the verifier an opportunity to bypass the chunk.

  • For fixed point: The precomputed coefficients should be put in the script.
  • For non-fixed point: The precomputed coefficients should be committed by bit commitment.

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