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

2022-01-20 Thread Amitay Isaacs
Here's the updated code for P192 curve after simplifying C2 folding. Amitay. -- Retirement: When you quit working just before your heart does. Retirement: When you quit working just before your heart does. C powerpc64/ecc-secp192r1-modp.asm ifelse(` Copyright (C) 2021 Amitay Isaacs, IBM Corp

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

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

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

2021-11-25 Thread Amitay Isaacs
Signed-off-by: Amitay Isaacs --- powerpc64/ecc-secp192r1-modp.asm | 93 1 file changed, 93 insertions(+) create mode 100644 powerpc64/ecc-secp192r1-modp.asm diff --git a/powerpc64/ecc-secp192r1-modp.asm b/powerpc64/ecc-secp192r1-modp.asm new file mode 100644 ind