summaryrefslogtreecommitdiff
path: root/fat-x86_64.c
Commit message (Expand)AuthorAgeFilesLines
* Implement _nettle_sha256_compress_n, C and x86_64 asmNiels Möller2022-07-051-8/+9
* Update fat setup for new ghash organization.Niels Möller2022-02-191-20/+18
* Delete code for GCM_TABLE_BITS != 8.Niels Möller2022-02-171-6/+1
* x86_64: Fat setup for GCM.x86_64-gcmNiels Möller2022-02-151-4/+52
* Change CBC-AES interfaceNiels Möller2021-09-141-6/+6
* x86_64: Fat setup for assembly CBC AES.Niels Möller2021-09-091-0/+29
* x86_64: Refactor aesni assembly, with specific functions for each key size.Niels Möller2021-08-101-24/+56
* Fix x86_64 fat setup for nettle_sha1_compress.Niels Möller2018-07-091-1/+1
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-3/+3
* Support sha_ni sha256_compress in x86_64 fat builds.x86_64-sha_ni-sha256Niels Möller2018-03-111-0/+10
* Support sha_ni sha1_compress in x86_64 fat builds.Niels Möller2018-02-081-0/+20
* Check for x86_64 sha_ni extension.Niels Möller2018-02-081-4/+13
* Made fat initialization more robust.Niels Möller2015-01-231-8/+0
* Implemented handling of NETTLE_FAT_OVERRIDE.Niels Möller2015-01-201-14/+72
* Moved fat declarations and macros to fat-setup.h.Niels Möller2015-01-191-115/+3
* New macros to help define resolver and wrappers for fat functions.Niels Möller2015-01-171-120/+102
* Reorganize symbols for fat routines.Niels Möller2015-01-171-6/+5
* Fat setup of memxor, based on patch by Nikos Mavrogiannopoulos.Niels Möller2015-01-171-0/+41
* Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.Niels Möller2015-01-161-0/+227