refactor: update pk bfv computation & polynomial utilities#1254
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the
📝 WalkthroughWalkthroughThis PR refactors polynomial reduction and centering utilities by removing higher-level wrapper functions and replacing them with direct primitive operations. It updates ZK-helpers circuit types from Vec<Vec> to CrtPolynomial, migrates CircuitComputation implementations to Computation trait, and updates JSON mapping utilities accordingly. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
a353a80 to
ed9498f
Compare
ed9498f to
2d4547f
Compare
Summary by CodeRabbit
Release Notes
Refactor
Bug Fixes