Re: Multi-block poly1303 code

2022-10-30 Thread Maamoun TK
On Sun, Oct 30, 2022 at 10:46 AM Niels Möller wrote: > Maamoun TK writes: > > > On Sat, Oct 29, 2022 at 11:31 AM Niels Möller > wrote: > > > >> I think I'd like to merge the multi-block refactoring branch > >> (refactor-poly1305) before your radix 2^44 code. But that breaks current > >> power

Re: Multi-block poly1303 code

2022-10-30 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > But I still want to find a way to merge the refactoring branch without > breaking the ppc build (in the current state, the branch fails with link > errors on ppc). I think the simplest way is to just move _nettle_poly1305_blocks to its own optional

Re: Multi-block poly1303 code

2022-10-30 Thread Niels Möller
Maamoun TK writes: > On Sat, Oct 29, 2022 at 11:31 AM Niels Möller wrote: > >> I think I'd like to merge the multi-block refactoring branch >> (refactor-poly1305) before your radix 2^44 code. But that breaks current >> power assembly, since that branch currently requires that any assembly >>