SABER
SABER copied to clipboard
SABER is a Module-LWR based KEM submitted to NIST
Hello, we couldn't find the definition of type shake128incctx, functions shake128_inc_init, shake128_inc_absorb, and shake128_inc_finalize. They are needed for MatrixVectorMulKeyPair in Cortex M4 indcpa_kem_keypair implementation.
Hi! And Thanks for this excelent pqc's libs. SaberX4_avx don´t compile with gcc. I believe this is related with [issue](https://github.com/KULeuven-COSIC/SABER/issues/9) Very Very Very Thanks! Best Whishes, Dani. ----x----- /usr/bin/gcc -Wno-unused-results...
Hi! And Very Very Very Thanks for this pqc's libraries. Are There a FireSaber "X4" ? Thanks! Best Whishes, Dani.
https://github.com/KULeuven-COSIC/SABER/blob/f7f39e4db2f3e22a21e1dd635e0601caae2b4510/Cortex-M_Implementation_KEM/Cortex-M4/src/saber/m4-striding/poly_mul.c#L109 I am trying to understand the Interpolation part, here Loop will execute 64 times, and all r0 up to r7 is of 16bit(or uint16_t in c), the interpolation part...
Hi, I have implemented SABER by myself with the respective round3-specification and the reference implementation as some kind of guidance. I have noticed one or two things which I want...
The code for sampling from a CBD contained redundant implementations for difference parameter sets. This update consolidates them into a single generic implementation. The code is more compact and any...
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...