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

feat!: update ProofSystemCompiler to not take ownership of keys #111

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

TomAFrench
Copy link
Member

Related issue(s)

Resolves #110

Description

Summary of changes

I've changed the argument types from Vec<u8> to &[u8].

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.)

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 keys
3 participants