starknet-io / types-rs

🐺 Starknet Rust types 🦀
MIT License
65 stars 41 forks source link

Add unit test for Projective point scalar multiplication by Felt #46

Closed tcoratger closed 7 months ago

tcoratger commented 7 months ago

Add unit test for Projective point scalar multiplication by Felt

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

What is the current behavior?

At the moment only the multiplication of a projective point by a u32 was tested.

What is the new behavior?

This PR brings a new unit test with the multiplication of a projective point by a Felt to test the proper behavior of this operation.

Does this introduce a breaking change?

No

Other information