Re: [PATCH 1/7] ecc: Add powerpc64 assembly for ecc_192_modp

2021-11-30 Thread Niels Möller
Amitay Isaacs writes: > + .file "ecc-secp192r1-modp.asm" Thanks, I'm looking at this file first (being the simplest, even though the security level of this curve is a bit low for current usage, so performance not of so great importance). I'm quite new to powerpc, so I'm refering to the inst

Re: [PATCH 1/7] ecc: Add powerpc64 assembly for ecc_192_modp

2021-11-30 Thread Amitay Isaacs
On Tue, 2021-11-30 at 20:17 +0100, Niels Möller wrote: > Amitay Isaacs writes: > > > +   .file "ecc-secp192r1-modp.asm" > > Thanks, I'm looking at this file first (being the simplest, even > though > the security level of this curve is a bit low for current usage, so > performance not of so