Amitay Isaacs amitay@ozlabs.org writes:
I posted the modified codes in the earlier email thread, but I think posting them as a seperate series will make them easier to cherry pick.
Thanks!
V2 changes:
- Use actual register names when storing/restoring from stack
- Drop m4 definitions which are not in use
- Simplify C2 folding for P192 curve
Amitay Isaacs (2): ecc: Add powerpc64 assembly for ecc_192_modp ecc: Add powerpc64 assembly for ecc_224_modp
Martin Schwenke (4): ecc: Add powerpc64 assembly for ecc_384_modp ecc: Add powerpc64 assembly for ecc_521_modp ecc: Add powerpc64 assembly for ecc_25519_modp ecc: Add powerpc64 assembly for ecc_448_modp
I merged secp192, secp384, secp521 a few days ago. The other three, secp224, curve25519, curve448 look good too (with one very minor comment fix which I can take care of). I'll do some local testing, then merge to master-updates for a run of the ci system, including tests on ppc big-endian.
Regards, /Niels