1030 Commits (a6cd87d56168e5e1602271cf21f90b23eb53480b)
 

Author SHA1 Message Date
  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
  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
  Douglas Stebila 04a0dbfb72
Merge pull request #204 from PQClean/fix_travis_behaviour 5 years ago
  Thom Wiggers 0d78cf8ea6
try to more reliably run the Travis PR path 5 years ago
  Thom Wiggers be941b28a8
Merge pull request #203 from PQClean/ds-sha3-512-finalize 5 years ago
  Douglas Stebila e53cf16fa8 Change sha3_512_inc_finalize output length to 64 5 years ago
  Thom Wiggers 0ed5ba4a30
Merge pull request #192 from PQClean/saber 5 years ago
  Matthias J. Kannwischer 756b550ceb add Saber LICENSE 5 years ago
  Douglas Stebila b8a243bf2d
Merge pull request #198 from PQClean/ds-aes-key-schedule 5 years ago
  Douglas Stebila f041450262 Trivial commit to trigger a rerun of all CI. 5 years ago
  Douglas Stebila f21a1b7e24 Document AES key schedule release 5 years ago
  Douglas Stebila d7f745a0e6 Alternative no-op 5 years ago
  Douglas Stebila f62ba7ac85 Merge branch 'ds-aes-key-schedule' of github.com:PQClean/PQClean into ds-aes-key-schedule 5 years ago
  Douglas Stebila 4157e0fbad Add release function for AES key schedule 5 years ago
  Matthias J. Kannwischer acde8afff2 Convert into a list for the Saber parameter sets 5 years ago
  Matthias J. Kannwischer 515b04d87b fix warnings 5 years ago
  Matthias J. Kannwischer 931f466937 switch to the polymul from the submission 5 years ago
  Matthias J. Kannwischer e543aea8ea add duplicate consistency checks for saber 5 years ago
  Matthias J. Kannwischer 8378132c5e clean up of comments and packing 5 years ago
  Matthias J. Kannwischer 61b36e933b remove wrong cast 5 years ago
  Matthias J. Kannwischer cc94db88fa fix vs warning 5 years ago