pqc/crypto_sign/rainbowVc-cyclic
Matthias J. Kannwischer 42c2525efb 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.
2019-10-23 08:00:26 +02:00
..
clean remove ternary operator in rainbow to compute max 2019-10-23 08:00:26 +02:00
META.yml fix algorithm names in META.yml 2019-09-24 14:38:18 +02:00