Skip to content

fix(vm): correct bls curve op#1269

Open
Rexicon226 wants to merge 1 commit intomainfrom
Rexicon226/fix-bls-opcodes
Open

fix(vm): correct bls curve op#1269
Rexicon226 wants to merge 1 commit intomainfrom
Rexicon226/fix-bls-opcodes

Conversation

@Rexicon226
Copy link
Contributor

fixes #1258
This was originally done wrong because alt_bn128 uses the high-bit to indicate little-endian operations, but it is done the other way around for curve group op.

This was originally done wrong because alt_bn128 uses
the high-bit to indicate little-endian operations, but
it is done the other way around for curve group op.
@github-project-automation github-project-automation bot moved this to 🏗 In progress in Sig Feb 28, 2026
@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/vm/syscalls/ecc.zig 98.52% <ø> (ø)

... and 17 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏗 In progress

Development

Successfully merging this pull request may close these issues.

bls syscall using wrong le/be bit

1 participant