906 Commits (646f9f4a054cc8722206b2bec938056f02b19a58)
 

Author SHA1 Message Date
  Thom Wiggers 68a7c01797
Merge pull request #218 from PQClean/fix_sphincs_lints 5 years ago
  Thom Wiggers fbe01a7d3c
Remove clang-tidy -fix flag handlign (doesn't work) 5 years ago
  Thom Wiggers 210937a66f
Fix SPHINCS+ clang-tidy warnings 5 years ago
  Matthias J. Kannwischer 6e12692b4e
Merge pull request #215 from PQClean/less_tests_for_valgrind 5 years ago
  Matthias J. Kannwischer bc4375818a
Merge pull request #216 from PQClean/disable-clang-tidy-on-i386 5 years ago
  Matthias J. Kannwischer bbe57e304f
Merge pull request #217 from pornin/master 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 83c974e45b
Merge pull request #207 from PQClean/sphincs-abstract-state-dupe 5 years ago
  Douglas Stebila b70216eb8d Implement state clone for rest of SHA-2 incremental API 5 years ago
  Douglas Stebila 4d7e5886c9 Rename dupe to clone 5 years ago
  Thom Wiggers 9067d622ab
Disable clang-tidy on i386 5 years ago
  Thom Wiggers b4d3968130
Reduce the number of test runs for Valgrind tests 5 years ago
  Thom Wiggers 78a65d6ec9 Parallel tests (#206) 5 years ago
  Thom Wiggers 133a38b890 Move test support files into tests directory (#200) 5 years ago
  Matthias J. Kannwischer 1e879cdd57
Merge pull request #212 from PQClean/security-note 5 years ago
  Matthias J. Kannwischer 7e4c4c5112
Merge pull request #211 from PQClean/fix-205 5 years ago
  Thom Wiggers e00c556699
Merge pull request #213 from kste/fix_haraka_msghash 5 years ago
  Thom Wiggers 575d2d688b
Update hashes in META files 5 years ago
  Thom Wiggers 8a008417fe
Merge pull request #182 from PQClean/rainbow 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
  Thom Wiggers d4b612fe9a
Merge pull request #210 from pornin/master 5 years ago
  Thomas Pornin 65e6514be0 Set the version for "round two". 5 years ago
  Thom Wiggers c75320e068
Create SECURITY.md 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
  Douglas Stebila ef62745846
Merge pull request #209 from PQClean/frodo-const 5 years ago
  Thom Wiggers 2108bdcdb5
Make a static global explicitly const 5 years ago
  Thom Wiggers b109f4db4e
Merge pull request #208 from PQClean/hash_state_comment 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
  Douglas Stebila 4f19ea25d0
Merge pull request #201 from PQClean/sphinx_no_global_state 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 fcbf6d98f2 add duplicate consistency checks 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