summaryrefslogtreecommitdiff
path: root/lea.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-1/+1
|
* Update documentationJeffrey Walton2019-07-041-1/+1
|
* Add CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE (GH #782)Jeffrey Walton2019-01-161-1/+3
| | | | I also suspect this has something to do with GH #768 and several others
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-6/+6
|
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
| | | | | Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
* Update documentationJeffrey Walton2018-10-141-0/+4
|
* Fix Solaris i386 compile of CHAM and LEA for SunStudio 12.3 and belowJeffrey Walton2018-07-161-0/+6
|
* Update documentationJeffrey Walton2018-07-131-2/+2
|
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+1
|
* Update documentationJeffrey Walton2018-07-011-2/+2
|
* Remove CRYPTOPP_LEA_ARM_SPLAT_ROUNDKEYSJeffrey Walton2018-06-231-9/+1
| | | | GCC 8 was producing bad decryption results for CBC mode on x86. NEON and Aarch64 was fine. We lose 0.6 cpb so LEA runs around 3.5 cpb instead of 2.9 cpb. It would be nice to pinpoint the GCC issue but it is kind of difficult at the moment.
* Add CRYPTOPP_LEA_ARM_SPLAT_ROUNDKEYS for LEAJeffrey Walton2018-06-231-0/+8
|
* Add LEA-128 NEON and ARMv8 implementation (GH #669)Jeffrey Walton2018-06-231-1/+1
| | | | LEA-128(128) from 35.6 cpb to 14.11 cpb on a LeMaker HiKey dev-board. LEA-128 from 12.60 cpb to 11.89 cpb on AMD Opteron 1100.
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-0/+12
| | | | LEA-128(128) from 6.73 cpb to 2.84 cpb on modern Core-i5 6400. LEA-128 from 10.12 cpb to 7.84 cpb antique Core2 Duo.
* Update documentationJeffrey Walton2018-06-171-2/+2
|
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+83