starknet-io / types-rs

🐺 Starknet Rust types 🦀
MIT License
63 stars 37 forks source link

Implement addition between projective and affine points #45

Closed tcoratger closed 6 months ago

tcoratger commented 6 months ago

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

What is the current behavior?

Missing addition of projective points with affine points.

What is the new behavior?

This pull request introduces the implementation for addition between projective and affine points . This implementation ensures compatibility and efficiency when performing arithmetic addition operations on points represented in different coordinate systems.

Does this introduce a breaking change?

No

Other information

0xLucqs commented 6 months ago

you'll need to rebase

tcoratger commented 6 months ago

you'll need to rebase

@LucasLvy Done