summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use -mno-app-regs on Sparc for the libraryJeffrey Walton2020-05-051-4/+9
* Bump GCC and Clang versionsJeffrey Walton2020-05-051-4/+4
* Validate SipHash key length in ctor (GH #947)Jeffrey Walton2020-05-041-1/+2
* Fix aliasing violations in KalynaJeffrey Walton2020-04-132-35/+25
* Cleanup CFB mode for Cryptogams AESJeffrey Walton2020-04-132-24/+31
* Update function names to highlight single block processingJeffrey Walton2020-04-132-24/+24
* Use ConstBytePtr and BytePtrSize in testJeffrey Walton2020-04-132-5/+5
* Fix AES/CFB mode failure on ARMv7Jeffrey Walton2020-04-121-4/+4
* Fix Aarch64 test outputJeffrey Walton2020-04-121-1/+1
* Recognize armv8l-unknown-linux-gnueabihf in the makefilesJeffrey Walton2020-04-122-11/+5
* Increase XTS parallel blocks on Aarch64 and PowerPCJeffrey Walton2020-04-112-7/+76
* Add Altivec Xor for XTS modeJeffrey Walton2020-04-111-0/+8
* Cleanup XTS modeJeffrey Walton2020-04-111-9/+16
* Update commentsJeffrey Walton2020-04-1113-13/+13
* Update file header commentsJeffrey Walton2020-04-115-5/+5
* Remove unneeded commentJeffrey Walton2020-04-111-2/+0
* Use size_t instead of int for SIMON and SPECKJeffrey Walton2020-04-111-6/+6
* Presplat SIMON and SPECK keys on Intel machinesJeffrey Walton2020-04-106-33/+85
* Use PREFIX in LIBDIR and DATADIRJeffrey Walton2020-04-101-11/+22
* Fix XL C++ compile on LinuxJeffrey Walton2020-04-101-6/+14
* Disable K233 polynomial multiply on Power8 (GH #943)Jeffrey Walton2020-04-102-5/+5
* Fix compile with XL C++ on Power7Jeffrey Walton2020-04-101-6/+7
* Remove unneeded SunCC librariesJeffrey Walton2020-04-101-10/+0
* Clear XL C++ warning on using -O3Jeffrey Walton2020-04-101-0/+3
* Fix compile on Power7Jeffrey Walton2020-04-101-3/+3
* Fix Rijndael on PowerPC using ClangJeffrey Walton2020-04-101-9/+3
* Use uint32x4_p in library assertJeffrey Walton2020-04-101-4/+4
* Update documentationJeffrey Walton2020-04-101-1/+20
* Update commentsJeffrey Walton2020-04-101-1/+1
* Fix SPECK128 on little-endian PowerPC machines when using 32-bit AltivecJeffrey Walton2020-04-101-24/+75
* Update VecRotateLeft64 and VecRotateRight64Jeffrey Walton2020-04-091-2/+2
* Fix preprocessor testJeffrey Walton2020-04-091-1/+1
* Update documentationJeffrey Walton2020-04-091-19/+22
* Update documentationJeffrey Walton2020-04-093-38/+41
* Fix Simon-128 make flagsJeffrey Walton2020-04-092-1/+7
* Fix 32-bit Altive rotate left and rightJeffrey Walton2020-04-091-0/+10
* Update documentationJeffrey Walton2020-04-091-50/+47
* Update commentsJeffrey Walton2020-04-091-50/+43
* Update documentationJeffrey Walton2020-04-081-7/+7
* Add VecSplatElement64 for PowerPCJeffrey Walton2020-04-082-45/+113
* Use VecSplatWord instaed of VecSplatsJeffrey Walton2020-04-083-7/+7
* Use vec_splat instead of load and permuteJeffrey Walton2020-04-082-14/+38
* Update documentationJeffrey Walton2020-04-081-37/+40
* Update comments in ppc_simd.hJeffrey Walton2020-04-083-213/+71
* Fis MSVC compile due to lack of ssize_tJeffrey Walton2020-04-082-12/+12
* Add 32-bit Altivec implementation of Simon128Jeffrey Walton2020-04-082-122/+160
* Use reinterpret_cast for subkeyJeffrey Walton2020-04-081-16/+7
* Update documentationJeffrey Walton2020-04-081-3/+3
* Add VecSplats functionsJeffrey Walton2020-04-081-125/+167
* Avoid a separate 0 register in VecAdd64 and VecSub64Jeffrey Walton2020-04-081-12/+18