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

feat(precompile programs): ed25519 verify #575

Merged
merged 16 commits into from
Feb 28, 2025

test verify cost

2a1b51e
Select commit
Loading
Failed to load commit list.
Merged

feat(precompile programs): ed25519 verify #575

test verify cost
2a1b51e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 28, 2025 in 1s

89.86% of diff hit (target 85.92%)

View this Pull Request on Codecov

89.86% of diff hit (target 85.92%)

Annotations

Check warning on line 123 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L123

Added line #L123 was not covered by tests

Check warning on line 172 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L172

Added line #L172 was not covered by tests

Check warning on line 181 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L181

Added line #L181 was not covered by tests

Check warning on line 190 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L190

Added line #L190 was not covered by tests

Check warning on line 199 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L199

Added line #L199 was not covered by tests

Check warning on line 212 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L212

Added line #L212 was not covered by tests

Check warning on line 223 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L223

Added line #L223 was not covered by tests

Check warning on line 234 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L234

Added line #L234 was not covered by tests

Check warning on line 258 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L258

Added line #L258 was not covered by tests

Check warning on line 281 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L281

Added line #L281 was not covered by tests

Check warning on line 65 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L65

Added line #L65 was not covered by tests

Check warning on line 45 in src/runtime/program/precompile_programs/secp256k1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256k1.zig#L45

Added line #L45 was not covered by tests

Check warning on line 49 in src/runtime/program/precompile_programs/secp256k1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256k1.zig#L49

Added line #L49 was not covered by tests

Check warning on line 14 in src/runtime/program/precompile_programs/secp256r1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256r1.zig#L14

Added line #L14 was not covered by tests

Check warning on line 17 in src/runtime/program/precompile_programs/secp256r1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256r1.zig#L17

Added line #L17 was not covered by tests