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.

Refactor Tx circuit with challenge API #752

Closed
@aguzmant103

Description

@aguzmant103

Using the challenge API instead of the instance value for randomness in Tx circuit

Notes:

  • The randomness will be provided from the super circuit instead of being queried from within the Keccak circuit. This applies to all the sub circuits
  • Treat the randomness as an expression, need a small test.
  • The circuit needs to be divided into 2 phases: one with the commitments that don't use the randomness; and another one that has access to the randomness and commits values that use it (via RLC).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions