summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from static analyzer.new-mod-invNiels Möller2022-11-281-2/+2
* Fix mini-gmp buildNiels Möller2022-11-282-0/+2
* Reimplement modular inversion.Niels Möller2022-11-2820-353/+420
* Merge branch 'delete-arcfour-asm' into masterNiels Möller2022-11-109-665/+33
|\
| * Delete all arcfour assembly codedelete-arcfour-asmNiels Möller2022-08-079-665/+33
* | ChangeLog update.Niels Möller2022-11-091-0/+15
* | Merge branch 'nettle-ppc-poly1305-multi' into masterNiels Möller2022-11-099-81/+630
|\ \
| * | Whitespace fixes.Niels Möller2022-11-092-7/+7
| * | [PowerPC] Use INC_GPR/INC_VR marcos and define HAVE_NATIVE_poly1305_blocks in...Maamoun TK2022-11-084-26/+40
| * | Update BLOCK_R64 macro descriptionMaamoun TK2022-11-061-1/+1
| * | [PowerPC] Move register allocation from poly1305.m4Maamoun TK2022-11-063-90/+92
| * | [PowerPC] Implement _nettle_poly1305_blocks based on radix 2^44Maamoun TK2022-11-018-75/+608
* | | Add ASM_FLAGS variable to configure.Niels Möller2022-11-075-2/+12
* | | Comment fixNiels Möller2022-11-071-1/+1
|/ /
* | x86_64: Implement _nettle_poly1305_blocks.Niels Möller2022-10-313-1/+134
* | New function _nettle_poly1305_update.Niels Möller2022-10-317-7/+102
* | Minor comment fix.Niels Möller2022-10-311-1/+1
* | Merge branch 'power7-chacha-fix' into 'master'Niels Möller2022-10-201-16/+31
|\ \
| * | Fix illegal instruction in chacha-2core.asm on POWER7Maamoun TK2022-10-201-16/+31
|/ /
* | Documentation of Balloon hash.Zoltan Fridrich2022-10-161-0/+75
* | Use updated version of qemu that emulates vmsumudm properly on ppcMaamoun TK2022-10-131-2/+2
* | Undo workaround for unsupported vmsumudm on ppcMaamoun TK2022-10-133-8/+2
* | Fix bug in poly1305-internal.asm affecting big-endian modeMaamoun TK2022-10-131-1/+1
* | Add back implementation of mpn_sec_tabselect, for mini-gmp builds.Niels Möller2022-10-133-0/+31
* | Delete sec_tabselect, use gmp's mpn_sec_tabselect instead.Niels Möller2022-10-118-81/+19
* | Add benchmarking of modulo q inversion.Niels Möller2022-10-022-7/+19
* | Fix compiler warnings in the eccdata program.Niels Möller2022-09-291-2/+2
* | ChangeLog update.Niels Möller2022-09-291-0/+16
* | Delete ecc->mul_g and ecc->h_to_a indirection for ecdsa/gostdsa sign.ecdsa-weierstrass-onlyNiels Möller2022-09-282-9/+8
* | Delete ecc->mul and ecc->mul_g indirection for ecdsa/gostdsa verify.Niels Möller2022-09-282-14/+14
* | Merge branch 'ecdsa-duplication-fix'Niels Möller2022-09-289-36/+255
|\ \
| * | Comment updateecdsa-duplication-fixNiels Möller2022-09-282-2/+2
| * | Fix ECDSA verify corner caseNiels Möller2022-09-145-19/+45
| * | New function ecc_nonsec_add_jjjNiels Möller2022-09-145-16/+209
* | | Stricter validation of nettle_cipher and nettle_hash in tests.Niels Möller2022-09-284-4/+17
* | | ChangeLog and AUTHORS update for SIV-GCM.Niels Möller2022-09-282-1/+23
* | | ChangeLog and AUTHORS update for Balloon.Niels Möller2022-09-282-0/+17
* | | Merge branch 'wip/dueno/aes-gcm-siv' into 'master'Niels Möller2022-09-2815-3/+1444
|\ \ \
| * | | Implement AES-GCM-SIVDaiki Ueno2022-09-2715-3/+1444
* | | | Add Red Hat copyright lines.balloonZoltan Fridrich2022-09-246-0/+6
* | | | Avoid calling hash update with NULL input (and zero length)Zoltan Fridrich2022-09-241-2/+4
* | | | Delete fail variable in testsZoltan Fridrich2022-09-241-12/+5
* | | | Implement balloon password hashingZoltan Fridrich2022-09-1410-2/+606
| |/ / |/| |
* | | Cleanup of eccdata.Niels Möller2022-09-082-100/+113
|/ /
* | Move bswap-related functions to bswap-internal.h.bswap-headerNiels Möller2022-08-316-56/+102
* | Update AUTHORS file with SM4 contribution.Niels Möller2022-08-191-1/+1
* | Add sm4.h to HEADERS.sm4Niels Möller2022-08-182-2/+4
* | ChangeLog entries for SM4.Niels Möller2022-08-181-0/+10
* | doc: documentation for GCM using SM4 cipherTianjia Zhang2022-08-181-0/+38
* | gcm: Add SM4 as the GCM underlying cipherTianjia Zhang2022-08-188-1/+187