Skip to content

fix: correct AffinePoint::to_le_bytes doc comment#402

Merged
eigmax merged 1 commit intoProjectZKM:mainfrom
radik878:fix/affinepoint-to-le-bytes-doc
Jan 2, 2026
Merged

fix: correct AffinePoint::to_le_bytes doc comment#402
eigmax merged 1 commit intoProjectZKM:mainfrom
radik878:fix/affinepoint-to-le-bytes-doc

Conversation

@radik878
Copy link
Contributor

@radik878 radik878 commented Jan 1, 2026

The previous doc comment for AffinePoint::to_le_bytes claimed it created a new point from big-endian bytes, which is the opposite of what the method actually does. The method serializes the point to little-endian bytes via words_to_bytes_le. This change updates the comment to describe the little-endian byte representation accurately and avoid confusion with
from_le_bytes and related callers.

@eigmax eigmax merged commit 3fe07c5 into ProjectZKM:main Jan 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants