Skip to content

fix: let the bignum module be public#192

Merged
TomAFrench merged 1 commit intomainfrom
ab/expose-bignum
Jul 24, 2025
Merged

fix: let the bignum module be public#192
TomAFrench merged 1 commit intomainfrom
ab/expose-bignum

Conversation

@asterite
Copy link
Copy Markdown
Contributor

Description

Problem

There's otherwise no way to refer to the public functions it has, like compute_quadratic_expression, evaluate_quadratic_expression and batch_invert.

Summary

Right now they can be referenced without an error because of a bug in Noir. Once noir-lang/noir#9295 that will error.

Additional Context

PR Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@TomAFrench TomAFrench merged commit a43f327 into main Jul 24, 2025
9 checks passed
@github-project-automation github-project-automation bot moved this from 👀 To Triage to ✅ Done in Noir Libraries Jul 24, 2025
@github-actions github-actions bot mentioned this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants