runtimeverification / runtimeverification/haskell-backend
Add a hook for `KRYPTO.bn128valid`
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 224
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
@lisandrasilva has stumbled upon another missing hook while working on Solady proofs using kore-rpc. Even though the problem could be solved by using the Booster, we should still implement this, and possible other hooks in Kore directly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how KRYPTO.bn128valid is handled in kore-rpc and compare the existing Booster workaround with the relevant Kore hook paths. The issue is done when the hook is implemented directly in Kore and the corresponding Solady proof use case works without relying on the Booster; no specific files or tests are identified here.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend, cryptography
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100