123 Commits (d83d4a4bf11ab0d052932f7e98bf843aee434f11)

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