Matthias J. Kannwischer
b830b6c1d5
rainbow: memcpy -> memmove since buffers may overlap
2019-11-13 10:47:26 +01:00
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
Thom Wiggers
f792b925b4
Enable optimizers on Windows ( #244 )
2019-10-21 14:23:59 +02:00
Matthias J. Kannwischer
db7200dc54
fix algorithm names in META.yml
2019-09-24 14:38:18 +02:00
Matthias J. Kannwischer
f08f65c8b6
remove unsupported -Wcast-align=strict
2019-09-24 13:50:38 +02:00
Matthias J. Kannwischer
3a4673bfd6
refactor gf16+gf256 arithmetic of rainbow to fix undefined behaviour
2019-09-24 13:48:51 +02:00
Matthias J. Kannwischer
0523cd693b
fix and re-add rainbow
2019-09-24 13:48:51 +02:00
Thom Wiggers
aa46b5239d
Enable valgrind exit errorcode and remove Rainbow ( #223 )
...
* Enable valgrind exit errorcode
It seems we were not doing anything with the valgrind results... D:
* Use --exit-on-first-error if available
* Revert "Merge pull request #182 from PQClean/rainbow"
This reverts commit 8a008417fe
, reversing
changes made to d4b612fe9a
.
2019-09-05 10:08:42 +02:00
Matthias J. Kannwischer
1fca5ec068
unsigned -> unsigned int
2019-07-24 10:42:15 +02:00
Matthias J. Kannwischer
2bf9d8b3e9
ran clang-format
2019-07-24 10:42:15 +02:00
Matthias J. Kannwischer
5788e00a1c
resolve remaining todos
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
c90f95cf66
Turn 'principal-submitters' into a list in rainbow
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
143c34d930
remove unused function
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
127cc83162
add all the rainbows
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
cb878e90a8
remove preprocessor conditionals
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
fd4800fda2
proper license
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
a94d7dc76e
remove another unused function
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
9d8d7d9bee
remove some unused functions
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
bf9af978d9
add rainbowIa-cyclic
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
d42e96368a
cyclic and compressedcycles parameter sets
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
64413d2bab
move code out of headers
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
24014ae255
more Windows errors
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
a7253a3530
make Windows and 32-bit systems (slightly more?) happy
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
cf181decc7
refactor hash to use size_t
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
b87bca514e
remove preprocessor conditionals
2019-07-16 15:56:01 -04:00
Matthias J. Kannwischer
cb0e8367c6
initial rainbow version. still with preprocessor conditionals
2019-07-16 15:56:01 -04:00