Skip to content

Commit

Permalink
gh-37092: Adding methods .x() and .y() for EllipticCurvePoint
Browse files Browse the repository at this point in the history
    
Added the more natural notation P.x() and P.y() to access respectively
the x and y coordinates of an EllipticCurvePoint. The behaviour mimics
P.xy() and aims to replace P.xy()[0] and P.xy()[1].
Multiple instances of P.xy()[0] and P.xy()[1] are also replaced in
related modules.

#sd123

Done with @gioella
    
URL: #37092
Reported by: Riccardo Invernizzi
Reviewer(s): Lorenz Panny, Riccardo Invernizzi
  • Loading branch information
Release Manager committed Feb 1, 2024
2 parents b8fd290 + ac527fb commit 02179e6
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 02179e6

Please sign in to comment.