summaryrefslogtreecommitdiff
path: root/aes_armv4.S
Commit message (Collapse)AuthorAgeFilesLines
* 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