summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentationJeffrey Walton2017-08-172-14/+34
* Fix iOS ARM buildJeffrey Walton2017-08-171-1/+1
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-1738-6637/+6521
* Fix more Clang problemsJeffrey Walton2017-08-171-1/+4
* Fix NEON detection on Aarch32 and Aarch64Jeffrey Walton2017-08-173-3/+7
* Add debug configuration to TravisJeffrey Walton2017-08-171-0/+5
* Remove ios-tv from allow_failuresJeffrey Walton2017-08-161-3/+16
* Clear unused variable warnings under MSVCJeffrey Walton2017-08-161-0/+7
* Disable Carryless Multiplies for ClangJeffrey Walton2017-08-161-14/+13
* Update commentsJeffrey Walton2017-08-161-2/+2
* Fix "warning: binding dereferenced null pointer to reference has undefined be...Jeffrey Walton2017-08-161-1/+39
* Add SHACAL2 optimizationsJeffrey Walton2017-08-162-18/+30
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-169-1/+16
* Suppress C4251 and C4275 warnings in project files (Issue 412)Jeffrey Walton2017-08-164-4/+4
* Fold shuffles after loads for SHACAL2Jeffrey Walton2017-08-162-16/+10
* Add Intel SHA implementation for SHACAL2 encryptionJeffrey Walton2017-08-161-1/+82
* Update documentationJeffrey Walton2017-08-163-1/+15
* Fix library version number in scriptJeffrey Walton2017-08-161-3/+3
* Fix Doxygen constant documentationJeffrey Walton2017-08-161-1/+5
* Update comments in Rijndael head commentsJeffrey Walton2017-08-152-0/+5
* Cleared UBsan finding in Default's GenerateKeyIVJeffrey Walton2017-08-151-2/+7
* Backed off assert.Jeffrey Walton2017-08-151-2/+1
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-9/+9
* Add ELEMS_MAX for SecBlock (Issue 346)Jeffrey Walton2017-08-151-15/+55
* Update with latest sources and reproducible buildJeffrey Walton2017-08-151-2/+2
* Fix Address Sanitizer findings on GCC117Jeffrey Walton2017-08-151-69/+48
* Fix test script when running on machine with RO mount of /Jeffrey Walton2017-08-142-2/+2
* Add Apple Watch and TV to Travis testingJeffrey Walton2017-08-142-0/+10
* Fix test script when running on machine with RO mount of /Jeffrey Walton2017-08-142-200/+208
* Use -O1 for Asan and UBsanJeffrey Walton2017-08-141-0/+6
* Move free standing function into anonymous namespaceJeffrey Walton2017-08-142-167/+232
* Fix bad SHA::Transform calculation (Issue 455)Jeffrey Walton2017-08-135-595/+623
* Cleanup casts due to ClangJeffrey Walton2017-08-133-92/+104
* Revert 95ee8975b4fc and 7d21cdd54e95 (Issue 408)Jeffrey Walton2017-08-132-65/+50
* Use blockSize in error message thrownJeffrey Walton2017-08-121-1/+3
* Convert GCM to use runtime blocksize checking (Issue 408)Jeffrey Walton2017-08-122-9/+22
* Cast enums to int for comparisonJeffrey Walton2017-08-111-8/+8
* Move from 'static' to 'enum' for class constantsJeffrey Walton2017-08-113-60/+59
* Add AES for ARMv8 (Issue 458)Jeffrey Walton2017-08-111-0/+122
* Add iOS testing to TravisJeffrey Walton2017-08-101-10/+31
* Add HMAC(SHA256) benchmarkJeffrey Walton2017-08-072-1/+2
* Fix "Integer constant is too large for 'long' type"Jeffrey Walton2017-08-072-1029/+1029
* Update documentationJeffrey Walton2017-08-051-1/+9
* Make nonce a class member rather than temporaryJeffrey Walton2017-08-052-7/+7
* Cleanup selft testsJeffrey Walton2017-08-051-178/+97
* Fix library version numbersJeffrey Walton2017-08-053-3/+3
* Update documentationJeffrey Walton2017-08-054-8/+8
* Update documentationJeffrey Walton2017-08-051-10/+10
* Use MOVDQU for SSE2 in static transform (Issue 455)Jeffrey Walton2017-08-052-32/+140
* Add hash static transform test (Issue 455)Jeffrey Walton2017-08-044-2/+252