Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support flexible circuit values #11856

Merged
merged 6 commits into from
Sep 24, 2022
Merged

Support flexible circuit values #11856

merged 6 commits into from
Sep 24, 2022

Conversation

mitschabaude
Copy link
Member

@mitschabaude mitschabaude commented Sep 20, 2022

  • companion to Flexible circuit values o1-labs/o1js#416
  • changes methods on primitive types: ofFields -> fromFields, ofBits -> fromBits, to be compatible with the new generalized typ / CircuitValue in JS
  • expose a more low-level variant of exists to JS, and define the public-facing Circuit.witness on the JS side instead, so that we can manage our CircuitValues in JS (the OCaml side will just witness an array of field elements)

@mitschabaude mitschabaude added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Sep 20, 2022
@mitschabaude mitschabaude merged commit d7fa570 into develop Sep 24, 2022
@mitschabaude mitschabaude deleted the feature/from-fields branch September 24, 2022 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants