Peter Schwabe
Peter Schwabe
Tom Leavy wrote: > I'm attempting to work on a PoC using mobile devices, wondering if > anyone has attempted to translate the AVX2 code over to something that >...
Tom Leavy wrote: > Don't have much experience with ASM coding but maybe I can find some > time to try and kick start the process. That would of course...
cothan wrote: > Hi @cryptojedi and @tomleavy, Hi @cothan, > I have my NEON implementation is at https://github.com/cothan/kyber/tree/round3 > The NTT part is speed up by 6x. Overal speed up...
cothan wrote: > So I'm kinda finish my implementation. > There are 2 functions left, `poly_tomsg` and `poly_frommsg`. It won't affect much the total execution time, but anyway they need...
Gregor Seiler wrote: > Hi Peter, Hi Gregor, > Let me give some perspective on this. The avx2 optimized > implementations of the (de)compression functions including > poly_{to,from}msg are around...
fizanaaz1995 ***@***.***> wrote: > Kindly confirm which one among the below two licenses are applicable. > > Public Domain (License text - Public domain code is not subject to any...
Thom Wiggers wrote: > Some of the header files of LEDA (#186) have functions in them for the > purposes of inlining. It doesn't look very clean to me, but...
Joost Rijneveld wrote: > One of the requirements is that code should not branch based on secret > data, and, similarly, not do memory accesses based on secret data. >...
Thom Wiggers wrote: > Following up on the discussion on the PQC forum, maybe we can make > sure to add in the FO transform into our testvectors. Yes, we...
"Matthias J. Kannwischer" wrote: > Hello everyone, Hello Matthias, hello everyone. > for [pqm4](https://github.com/mupq/pqm4) and also the brand new > [pqm3](https://github.com/mupq/pqm3), we would like to allow > implementations to choose...