123 Commits (d83d4a4bf11ab0d052932f7e98bf843aee434f11)

Autor SHA1 Nachricht Datum
  Thom Wiggers aa46b5239d Enable valgrind exit errorcode and remove Rainbow (#223) vor 5 Jahren
  Thom Wiggers 210937a66f
Fix SPHINCS+ clang-tidy warnings vor 5 Jahren
  Thomas Pornin bad9956869 Fixed some buffer handling bugs that should never happen in practice (but may occur if reusing the internal functions with different parameters). vor 5 Jahren
  Douglas Stebila 4d7e5886c9 Rename dupe to clone vor 5 Jahren
  Thom Wiggers 575d2d688b
Update hashes in META files vor 5 Jahren
  Matthias J. Kannwischer 1fca5ec068 unsigned -> unsigned int vor 5 Jahren
  Matthias J. Kannwischer 2bf9d8b3e9 ran clang-format vor 5 Jahren
  kste 1a27f40937 Only absorb root part of pk in haraka message hashing. vor 5 Jahren
  Thomas Pornin 65e6514be0 Set the version for "round two". vor 5 Jahren
  Thom Wiggers 3c2967b5a1
Fix documentation for Dilithium `crypto_sign_open` vor 5 Jahren
  Thomas Pornin 7175413a5c Renamed local variable to avoid a warning about a redefinition; also disabled the MSVC warning C4146 (it is raised whenever negation is applied on an unsigned type, but this has a portable and standard behaviour, and there are good reasons to do that). vor 5 Jahren
  Thomas Pornin dba40c7d43 Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance. vor 5 Jahren
  Thomas Pornin 87bc13c761 Some cosmetic changes to appease clang-tidy. vor 5 Jahren
  Thomas Pornin 192e72144b Falcon implementations (integer-only code, constant-time). vor 5 Jahren
  Thom Wiggers debc9f8fd8
Document what exactly hash_state.h defines vor 5 Jahren
  Douglas Stebila 6461896475 Add abstract state duplication for SHA256 incremental hashing API vor 5 Jahren
  Thom Wiggers 12c8a642ce
Fix Makefile (primitive.h->hash_state.h) vor 5 Jahren
  Thom Wiggers 74efb10807
Incorporate feedback vor 5 Jahren
  Douglas Stebila 33ce5e14ce Remove const vor 5 Jahren
  Matthias J. Kannwischer 5788e00a1c resolve remaining todos vor 5 Jahren
  Matthias J. Kannwischer c90f95cf66 Turn 'principal-submitters' into a list in rainbow vor 5 Jahren
  Matthias J. Kannwischer 143c34d930 remove unused function vor 5 Jahren
  Matthias J. Kannwischer 127cc83162 add all the rainbows vor 5 Jahren
  Matthias J. Kannwischer cb878e90a8 remove preprocessor conditionals vor 5 Jahren
  Matthias J. Kannwischer fd4800fda2 proper license vor 5 Jahren
  Matthias J. Kannwischer a94d7dc76e remove another unused function vor 5 Jahren
  Matthias J. Kannwischer 9d8d7d9bee remove some unused functions vor 5 Jahren
  Matthias J. Kannwischer bf9af978d9 add rainbowIa-cyclic vor 5 Jahren
  Matthias J. Kannwischer d42e96368a cyclic and compressedcycles parameter sets vor 5 Jahren
  Matthias J. Kannwischer 64413d2bab move code out of headers vor 5 Jahren
  Matthias J. Kannwischer 24014ae255 more Windows errors vor 5 Jahren
  Matthias J. Kannwischer a7253a3530 make Windows and 32-bit systems (slightly more?) happy vor 5 Jahren
  Matthias J. Kannwischer cf181decc7 refactor hash to use size_t vor 5 Jahren
  Matthias J. Kannwischer b87bca514e remove preprocessor conditionals vor 5 Jahren
  Matthias J. Kannwischer cb0e8367c6 initial rainbow version. still with preprocessor conditionals vor 5 Jahren
  Thom Wiggers aa4611a4d1 Eliminate the global state vor 5 Jahren
  Thom Wiggers 4cea81d15f
Convert `principal-submitter` into a list vor 5 Jahren
  Matthias J. Kannwischer 2d2211791f polish dilithium vor 5 Jahren
  Matthias J. Kannwischer d5818a40b0 change include order; add missing includes (#185) vor 5 Jahren
  Matthias J. Kannwischer e56b2e5556
Add Dilithium (#172) vor 5 Jahren
  Thom Wiggers 199adb8072
Add -Wredundant-decls vor 5 Jahren
  Thom Wiggers 0e73f2dda2
Use opaque fips202 structs in MQDSS vor 5 Jahren
  Thom Wiggers 692fba119c
Port SPHINCS+-SHAKE256 to fips202 ctx structs vor 5 Jahren
  Thom Wiggers 6953a0b32e
Port SPHINCS+-SHA256 to sha256ctx struct vor 5 Jahren
  Matthias J. Kannwischer 951f7a0824 check nist kats for signatures. resolves #169 vor 5 Jahren
  Joost Rijneveld 299ffc951d
Mark variable as extern in .h; declare in .c vor 5 Jahren
  Joost Rijneveld f846727acb
Revert "Remove redundant array decl SPHINCS+" vor 5 Jahren
  Joost Rijneveld 00639575b0
Remove redundant array decl SPHINCS+ vor 5 Jahren
  Joost Rijneveld 2502ed604b
Add windows Makefiles vor 5 Jahren
  Joost Rijneveld a91df71776
Add MQDSS-64 vor 5 Jahren