Avory
Avory
Added parameter descriptions to clarify the purpose of prime, a, and b coefficients in the elliptic curve equation y² = x³ + ax + b.
Add context-based cancellation mechanism to prevent goroutine leaks in telemetry exporter. The goroutine now properly responds to shutdown signals and releases resources when stopped.
Fixes #1321 Adds `--kernel` flag to the `run` command that allows specifying a kernel assembly file (.masm) to compile and configure for the VM. Changes: - Add `--kernel` flag to...
Removed deprecated methods identity and generator from ProjectivePoint per deprecation note since v0.10.2
Skip Unix-style file permission validation on Windows as the filesystem permission model differs as this might fix TestFSKeystore failures on Windows platforms while maintaining security on Unix systems
Changes for 24 and 27 are pretty visible, therefore to make it easier to review here's what I changed in: 1. 197 line - deleted redundant "that" in "depending on...
## Description Remove unnecessary `&` references in test arithmetic operations.
Add mathematical constraints to prevent program hash overwriting via swap instructions when opstack size ≤ 21. - Prevents swap operations from targeting program hash elements (st11-st15) in shallow stacks -...
## Problem Direct dependency on `alloy-trie` caused version conflicts when `alloy` umbrella package updated to a new minor version of `alloy-trie`, requiring tricky patching from dependent projects. ## Solution -...
## Summary Added a structured comparison list explaining the key differences between `mut` and `ref` function parameters in the Parameters section. The comparison clarifies three critical aspects: how changes propagate...