Peter Schwabe
Peter Schwabe
fizanaaz1995 ***@***.***> wrote: > Hi Author, > > Kindly confirm which one among the below two licenses are applicable. > > Public Domain (License text - Public domain code is...
This looks like a linker error, how exactly are you trying to build your code. For Windows I recommend using the implementation from PQClean [1], which has a `Makefile.Microsoft_nmake`. [1]...
You can take a look at https://github.com/pq-crystals/kyber/blob/standard/ref/kem.c and https://github.com/pq-crystals/kyber/blob/standard/ref/kem.h to see what I did.
I'd be very hesitant to accept this PR, because it attempts to accomplish something that is not possible to accomplish systematically at this level. See, e.g., our recent paper on...
What exactly is the definition of Baby Kyber? Are you using code from this repository?
I agree that it's dead code, because the block size of SHAKE-128 is a multiple of 3. I'm not sure how I feel about removing it, though. If we do,...
This is now changed in the "standard" branch.