summaryrefslogtreecommitdiff
path: root/aes_armv4.S
Commit message (Collapse)AuthorAgeFilesLines
* Rename cryptogams_AES_set_enc2dec_key_ARM function (GH #952)Jeffrey Walton2020-12-271-5/+5
|
* Consistently use cryptogams_ prefix for Andy Polyakov's code (PR #952)Jeffrey Walton2020-12-261-35/+35
|
* Fix conflicting Cryptogams API names on ARM with OpenSSL (GH #952)Sergiu Giurgiu2020-06-031-13/+13
|
* Update function names to highlight single block processingJeffrey Walton2020-04-131-22/+22
|
* Add ARM SHA256 asm implementation from Cryptogams (GH #840, PR #840)Jeffrey Walton2019-05-191-3/+0
| | | | | | | Cryptogams is Andy Polyakov's project used to create high speed crypto algorithms and share them with other developers. Cryptogams has a dual license. First is the OpenSSL license because Andy contributes to OpenSSL. Second is a BSD license for those who want a more permissive license. Andy's implementation runs about 45% faster than C/C++ code. Testing on a 1 GHz Cortex-A7 shows Cryptograms at 17 cpb, and C++ at 30 cpb. The integration instructions are documented at [Cryptogams SHA](https://wiki.openssl.org/index.php/Cryptogams_SHA) on the OpenSSL wiki.
* Regenerate Cryptogams AES assembly fileJeffrey Walton2019-05-181-26/+2
| | | | > It does not look like much has changed in the last year.
* Use Linux EOL conventionsJeffrey Walton2018-11-131-1242/+1242
|
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+1242
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list