Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

feat!: update ProofSystemCompiler methods to take &Circuit #108

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

TomAFrench
Copy link
Member

Related issue(s)

Resolves #101

Description

Summary of changes

The ProofSystemCompiler trait now takes &Circuit rather than Circuit.

Dependency additions / changes

(If applicable.)

Test additions / changes

(If applicable.)

Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt with default settings.
  • I have linked this PR to the issue(s) that it resolves.
  • I have reviewed the changes on GitHub, line by line.
  • I have ensured all changes are covered in the description.

Additional context

(If applicable.)

@kevaundray kevaundray merged commit af56ca9 into master Feb 21, 2023
@github-actions github-actions bot mentioned this pull request Feb 21, 2023
Copy link
Contributor

@jfecher jfecher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@TomAFrench
Copy link
Member Author

Oh, something I forgot to mention in the OP, I've maintained Circuit on the deprecated functions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proving and Verification trait methods can take a reference to ACIR
3 participants