Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Revert #1798 | Jack Lloyd | 2019-01-05 | 1 | -4/+14 | |
| * | Add a fast range check and inline some things | Jack Lloyd | 2019-01-05 | 2 | -78/+89 | |
| * | Split up allocations into pages | Jack Lloyd | 2019-01-05 | 7 | -172/+194 | |
| * | Update fuzzer for new Memory_Pool behavior and constructor | Jack Lloyd | 2019-01-04 | 1 | -7/+26 | |
| * | New Memory_Pool implementation | Jack Lloyd | 2019-01-04 | 4 | -138/+335 | |
|/ | ||||||
* | Merge GH #1807 Use sccache for MSVC builds | Jack Lloyd | 2019-01-04 | 4 | -32/+36 | |
|\ | ||||||
| * | Use sccache for MSVC builds | Jack Lloyd | 2019-01-04 | 4 | -32/+36 | |
* | | Tick version to 2.10.0 | Jack Lloyd | 2019-01-04 | 2 | -1/+4 | |
* | | Make cpu cycle test a little more lax | Jack Lloyd | 2019-01-04 | 1 | -5/+10 | |
* | | Add todo | Jack Lloyd | 2019-01-04 | 1 | -0/+1 | |
* | | Clarify statements re support | Jack Lloyd | 2019-01-04 | 1 | -9/+10 | |
* | | Better output when we can't identify the compiler by macro | Jack Lloyd | 2019-01-04 | 1 | -0/+6 | |
|/ | ||||||
* | Update for 2.9.0 release2.9.0 | Jack Lloyd | 2019-01-04 | 2 | -4/+4 | |
* | Split up these blocks in appveyor.yml [ci skip] | Jack Lloyd | 2019-01-03 | 1 | -1/+3 | |
* | Some cleanups in McEliece keygen | Jack Lloyd | 2019-01-03 | 1 | -15/+17 | |
* | Add cast for MSVC | Jack Lloyd | 2019-01-03 | 1 | -1/+4 | |
* | Use memcpy instead of strcpy here to shut up MSVC warning | Jack Lloyd | 2019-01-03 | 1 | -1/+1 | |
* | Casts to avoid MSVC warnings | Jack Lloyd | 2019-01-03 | 1 | -1/+9 | |
* | Fix bogus macro check that disabled a test | Jack Lloyd | 2019-01-03 | 1 | -1/+1 | |
* | Remove VC2013 support from AppVeyor script | Jack Lloyd | 2019-01-03 | 1 | -1/+0 | |
* | Merge GH #1804 Add VC2019 preview build to CI | Jack Lloyd | 2019-01-03 | 5 | -3/+10 | |
|\ | ||||||
| * | Add VC 2019 preview build | Jack Lloyd | 2019-01-02 | 5 | -3/+10 | |
|/ | ||||||
* | Update license years | Jack Lloyd | 2019-01-01 | 1 | -1/+1 | |
* | Merge GH #1803 XLC fixes | Jack Lloyd | 2019-01-01 | 11 | -25/+55 | |
|\ | ||||||
| * | Fix use of macro | Jack Lloyd | 2018-12-31 | 1 | -1/+1 | |
| * | Clean up define for inline asm | Jack Lloyd | 2018-12-31 | 2 | -3/+7 | |
| * | Update support doc text | Jack Lloyd | 2018-12-31 | 1 | -7/+7 | |
| * | Use __builtin_bswapN builtins on XLC | Jack Lloyd | 2018-12-31 | 1 | -4/+4 | |
| * | Fixes for XLC | Jack Lloyd | 2018-12-31 | 3 | -4/+4 | |
| * | Fix generic 32-bit bswap | Jack Lloyd | 2018-12-31 | 1 | -2/+6 | |
| * | Add ability to skip a few named tests | Jack Lloyd | 2018-12-31 | 3 | -4/+26 | |
* | | Fix MSVC warnings | Jack Lloyd | 2018-12-31 | 2 | -2/+2 | |
* | | Use Test::data_file in these tests | Jack Lloyd | 2018-12-31 | 1 | -2/+2 | |
|/ | ||||||
* | Merge GH #1801 Recognize powerpc64le | Jack Lloyd | 2018-12-31 | 1 | -0/+1 | |
|\ | ||||||
| * | Add powerpc64le as an alias for ppc64 | Shawn Anastasio | 2018-12-30 | 1 | -0/+1 | |
|/ | ||||||
* | Fix Memory_Pool fuzzer [ci skip] | Jack Lloyd | 2018-12-29 | 1 | -1/+1 | |
* | Add a fuzzer for Memory_Pool | Jack Lloyd | 2018-12-29 | 2 | -1/+115 | |
* | Merge GH #1799 Tweak how PBKDF self-tuning works | Jack Lloyd | 2018-12-29 | 5 | -65/+72 | |
|\ | ||||||
| * | Improve PBKDF self-tuning | Jack Lloyd | 2018-12-29 | 5 | -65/+72 | |
|/ | ||||||
* | Correct spelling | Jack Lloyd | 2018-12-29 | 1 | -0/+1 | |
* | Add OS::read_env_variable | Jack Lloyd | 2018-12-29 | 3 | -9/+22 | |
* | Update news | Jack Lloyd | 2018-12-29 | 1 | -6/+10 | |
* | Merge GH #1798 Use posix_memalign instead of mmap for page locked pool | Jack Lloyd | 2018-12-29 | 2 | -27/+18 | |
|\ | ||||||
| * | Use posix_memalign instead of mmap for creating the locking pool | Jack Lloyd | 2018-12-28 | 2 | -27/+18 | |
* | | Avoid const-time modulo in DSA verification | Jack Lloyd | 2018-12-29 | 1 | -1/+11 | |
* | | Simplifications in BigInt | Jack Lloyd | 2018-12-29 | 1 | -7/+1 | |
|/ | ||||||
* | Make bigint_sub_abs const time | Jack Lloyd | 2018-12-27 | 2 | -6/+26 | |
* | Add a test of highly imbalanced RSA key | Jack Lloyd | 2018-12-27 | 1 | -0/+15 | |
* | Update news | Jack Lloyd | 2018-12-26 | 1 | -1/+1 | |
* | Merge GH #1797 Fix Barrett reduction upper bound | Jack Lloyd | 2018-12-26 | 4 | -17/+28 | |
|\ |