pqc/crypto_sign/rainbowIIIc-classic/clean
Matthias J. Kannwischer d1f2d16f46 remove ternary operator in rainbow to compute max
clang-tidy9.0.0 added a new check: bugprone-branch-clone
(https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html)
This doesn't like both branches of an if are the same.
This lead to a warning in rainbow, as where the maximum of two values (which
are always the same) is computed in a macro.
I don't always agree with this warning, but here I think it's worth to
remove the macro.
2021-03-24 21:02:44 +00:00
..
api.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
blas_comm.c refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
blas_comm.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
blas.c refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
blas.h refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
gf.c refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
gf.h refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
LICENSE fix and re-add rainbow 2019-09-24 13:48:51 +02:00
Makefile remove unsupported -Wcast-align=strict 2019-09-24 13:50:38 +02:00
Makefile.Microsoft_nmake Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
parallel_matrix_op.c refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
parallel_matrix_op.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
rainbow_blas.h refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
rainbow_config.h remove ternary operator in rainbow to compute max 2021-03-24 21:02:44 +00:00
rainbow_keypair_computation.c fix and re-add rainbow 2019-09-24 13:48:51 +02:00
rainbow_keypair_computation.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
rainbow_keypair.c refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour 2019-09-24 13:48:51 +02:00
rainbow_keypair.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
rainbow.c remove ternary operator in rainbow to compute max 2021-03-24 21:02:44 +00:00
rainbow.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
sign.c fix and re-add rainbow 2019-09-24 13:48:51 +02:00
utils_hash.c fix and re-add rainbow 2019-09-24 13:48:51 +02:00
utils_hash.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00
utils_prng.c fix and re-add rainbow 2019-09-24 13:48:51 +02:00
utils_prng.h fix and re-add rainbow 2019-09-24 13:48:51 +02:00