-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k256+primeorder: add BatchInvert
and BatchNormalize
impls
#971
Conversation
@tarcieri there are the tests for inversion, and also implemented the projective to affine batch conversion. |
Once you have |
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Ok ok, I did it |
@tarcieri should be good now |
Why did you remove all of the |
Because I added a macro that implements it, so they were double implementations |
In places where you reference #[cfg(feature = "alloc")]
use alloc::vec::Vec; |
ToAffineBatch
BatchInvert
and BatchNormalize
impls
BatchInvert
and BatchNormalize
implsBatchInvert
and BatchNormalize
impls
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Thanks! |
Addresses #943