Duc Tri Nguyen
Duc Tri Nguyen
Hi, So, I implement Saber in NEON ARMv8, most of the work spent on Matrix-Vector multiplication and InnerProd. I also make some fixes with the AVX2 version, which eliminate compiler...
although I install angrdbg and angr to my python3 anaconda module, the plugin failed to load, since the hardcode path iin debugger.py Is there a way to load the path...
The `buf` size is larger than its usage by 2 bytes. As in https://github.com/pq-crystals/kyber/blob/d1321ce5ac0b53f583eb47a040dc3625ee8e7e37/ref/indcpa.c#L165 The actual needed size for `buf` is indicated at: https://github.com/pq-crystals/kyber/blob/d1321ce5ac0b53f583eb47a040dc3625ee8e7e37/ref/indcpa.c#L176 I think the `+2` is redundant....