summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Delete unused file texinfo.tex.master-updatesNiels Möller2023-05-121-1/+1
* Rewrite of table-based ghash code, for side-channel silence.Niels Möller2023-04-131-2/+1
* Implement OCB mode, RFC 7253.Niels Möller2023-02-071-1/+2
* Merge branch 'delete-arcfour-asm' into masterNiels Möller2022-11-101-1/+1
|\
| * Delete all arcfour assembly codedelete-arcfour-asmNiels Möller2022-08-071-1/+1
* | Add ASM_FLAGS variable to configure.Niels Möller2022-11-071-1/+1
* | New function _nettle_poly1305_update.Niels Möller2022-10-311-1/+1
* | Delete sec_tabselect, use gmp's mpn_sec_tabselect instead.Niels Möller2022-10-111-1/+1
* | Merge branch 'ecdsa-duplication-fix'Niels Möller2022-09-281-1/+1
|\ \
| * | New function ecc_nonsec_add_jjjNiels Möller2022-09-141-1/+1
* | | Merge branch 'wip/dueno/aes-gcm-siv' into 'master'Niels Möller2022-09-281-2/+5
|\ \ \
| * | | Implement AES-GCM-SIVDaiki Ueno2022-09-271-2/+5
| |/ /
* | | Implement balloon password hashingZoltan Fridrich2022-09-141-1/+3
|/ /
* | Move bswap-related functions to bswap-internal.h.bswap-headerNiels Möller2022-08-311-1/+2
* | Add sm4.h to HEADERS.sm4Niels Möller2022-08-181-2/+2
* | gcm: Add SM4 as the GCM underlying cipherTianjia Zhang2022-08-181-0/+1
* | Introduce SM4 symmetric cipher algorithmTianjia Zhang2022-08-181-0/+1
* | Merge branch 'sha256-compress-n' into master-updatesNiels Möller2022-08-151-2/+2
|\ \ | |/ |/|
| * Implement _nettle_sha256_compress_n, C and x86_64 asmNiels Möller2022-07-051-1/+1
| * New file md-internal.hNiels Möller2022-07-051-1/+1
* | [PowerPC] Implement Poly1305 single block update based on radix 2^64Maamoun TK2022-05-291-1/+1
|/
* Add missing file fat-arm64.c to tar file.Niels Möller2022-05-231-1/+1
* Refactor GCM C implementation.Niels Möller2022-02-181-2/+2
* x86_64: Initial implementation of gcm using the pclmulqdq instructions.Niels Möller2022-02-151-1/+1
* hmac: add support for SM3 hash functionTianjia Zhang2021-12-011-2/+2
* Add OSCCA SM3 hash algorithmTianjia Zhang2021-12-011-1/+2
* Delete a few old FIXME commentsNiels Möller2021-09-241-6/+0
* Use texi2pdf to generate the pdf manualNiels Möller2021-09-211-10/+1
* Add specialized functions for cbc-aes.Niels Möller2021-09-091-1/+2
* [S390x] Optimize SHA1 compressMamone Tarsha2021-08-101-1/+1
* Merge branch 'mamonet/nettle-s390x-memxor' into master-updatesNiels Möller2021-08-061-1/+1
|\
| * [S390x] Optimize memxor3 using vector facility with fat supportMamone Tarsha2021-07-221-1/+1
* | Merge branch 's390x' into master-updatesNiels Möller2021-07-241-3/+6
|\ \ | |/
| * Add fat-s390x.c to OPT_SOURCES.s390xNiels Möller2021-07-211-1/+1
| * Fix name of s390x/fat directory in make dist target.Niels Möller2021-07-211-1/+1
| * [S390x] Fat build support for AES and GHASHMamone Tarsha2021-07-101-1/+1
| * [S390x] Update configure.ac and Makefile.inMamone Tarsha2021-06-271-1/+1
| * [S390x] Basic AES-192 and AES-256 optimizationsMamone Tarsha2021-05-081-1/+1
| * [S390x] Basic AES-128 optimizationmamonet2021-04-051-1/+1
| * Split aes-encrypt.c and aes-decrypt.c into one file per key size.Niels Möller2021-04-011-1/+3
| * Initial config for s390x, contributed by Mamone Tarsha.Niels Möller2021-03-281-1/+2
* | Implement aes key wrap and key unwrap (RFC 3394)Nicolas Mora2021-05-231-1/+2
|/
* [AArch64] Support fat build for GCM optimizationMaamoun TK2021-03-211-1/+1
* Merge branch 'arm64'Niels Möller2021-03-041-0/+1
|\
| * aarch64: Rename arm64/v8/ --> arm64/crypto/arm64Niels Möller2021-02-031-1/+1
| * aarch64: Implement GHASH using the crypto extension pmul instructions.Maamoun TK2021-01-311-1/+2
| * Recognize arm64 in configureNiels Möller2021-01-051-1/+1
* | Implement pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512Nicolas Mora2021-02-011-1/+1
|/
* Distribute the README files in assembly directories.Niels Möller2020-12-261-1/+1
* ppc: Enable gcm code in fat builds. Based on patch by Mamone Tarsha.Niels Möller2020-11-261-2/+2