summaryrefslogtreecommitdiff
path: root/fat-arm.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Implement sha256_compress_nNiels Möller2022-07-261-8/+9
* Delete the ARM Neon code doing a single block chacha.delete-1-way-neonNiels Möller2021-01-251-10/+0
* Delete the ARM Neon code doing a single block salsa20.Niels Möller2021-01-251-10/+0
* Rearrange chacha_crypt and chacha_crypt32, enabling fat builds to use chacha_...chacha-3core-neonNiels Möller2020-07-141-0/+26
* Rearrange salsa20, enabling ARM fat builds to use sala20_2core.salsa20-2core-neonNiels Möller2020-07-081-0/+13
* fat-arm.c: Fix declarations of chacha_core functions.Niels Möller2019-01-191-2/+2
* Add --enable-fat support for arm neon chacha20Yuriy M. Kaminskiy2019-01-191-0/+10
* Fix arm fat setup for nettle_sha1_compress.Niels Möller2018-07-121-2/+2
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-2/+2
* fat-arm: Add missing define for _GNU_SOURCEAndreas Schneider2017-09-061-0/+2
* In arm fat build, hook in sha1 and sha256 armv6 assembly.Niels Möller2015-01-251-0/+20
* Made fat initialization more robust.Niels Möller2015-01-231-6/+0
* Fat functions for arm neon.Niels Möller2015-01-211-0/+61
* Implemented handling of NETTLE_FAT_OVERRIDE, for arm.Niels Möller2015-01-201-42/+70
* Initial fat library support for arm.Niels Möller2015-01-191-0/+164