| Commit message (Expand) | Author | Age | Files | Lines |
* | Move _ghash_digest. | Niels Möller | 2022-02-19 | 1 | -0/+5 |
* | Refactor GCM C implementation. | Niels Möller | 2022-02-18 | 1 | -0/+24 |
* | New function block16_zero. | Niels Möller | 2022-02-18 | 1 | -0/+4 |
* | Delete code for GCM_TABLE_BITS != 8. | Niels Möller | 2022-02-17 | 1 | -0/+10 |
* | x86_64: Fat setup for GCM.x86_64-gcm | Niels Möller | 2022-02-15 | 1 | -0/+3 |
* | x86_64: Initial implementation of gcm using the pclmulqdq instructions. | Niels Möller | 2022-02-15 | 1 | -0/+8 |
* | Rearrange gcm configuration defines, and add tests for internal functions. | Niels Möller | 2022-02-10 | 1 | -0/+11 |
* | Add tests for edge cases in poly1305 digest folding. | Niels Möller | 2022-01-28 | 1 | -0/+13 |
* | x86_64: Rewrite of poly1305 assembly. | Niels Möller | 2022-01-27 | 1 | -0/+9 |
* | ChangeLog entry for arm64 implementation of chacha. | Niels Möller | 2022-01-25 | 1 | -0/+7 |
* | ChangeLog entries for new ppc64 ecc files. | Niels Möller | 2022-01-24 | 1 | -0/+9 |
* | Add randomized tests of poly1305. | Niels Möller | 2022-01-23 | 1 | -0/+5 |
* | Arrange so that GMP or mini-gmp is always available for tests. | Niels Möller | 2022-01-23 | 1 | -0/+6 |
* | ChangeLog entries for new ppc64 ecc files. | Niels Möller | 2022-01-21 | 1 | -0/+9 |
* | tests: Use inline function for dummy definition of test_randomize. | Niels Möller | 2022-01-17 | 1 | -0/+2 |
* | Share ecc point validation function in testutils.c. | Niels Möller | 2022-01-17 | 1 | -0/+8 |
* | ppc: Reduce number of registers used for ecc_secp256r1_redc. | Niels Möller | 2022-01-10 | 1 | -0/+7 |
* | ppc: New configure test for ELFV2_ABI | Niels Möller | 2022-01-04 | 1 | -0/+9 |
* | x86_64: Improved ecc_secp256r1_redc | Niels Möller | 2022-01-04 | 1 | -0/+6 |
* | ChangeLog for previous change. | Niels Möller | 2021-12-09 | 1 | -0/+5 |
* | Delete function mpz_limbs_read_n. | Niels Möller | 2021-11-19 | 1 | -0/+2 |
* | Delete function mpz_limbs_cmp. | Niels Möller | 2021-11-19 | 1 | -0/+5 |
* | Randomize more tests | Niels Möller | 2021-11-15 | 1 | -4/+10 |
* | Reduce allocation in modinv test | Niels Möller | 2021-11-15 | 1 | -0/+4 |
* | Fix sqrt_ratio test for v = 0 case. | Niels Möller | 2021-11-15 | 1 | -0/+5 |
* | Move NETTLE_TEST_SEED logic to testutils.c. | Niels Möller | 2021-11-13 | 1 | -0/+7 |
* | Fix and test for sqrt(0) special case. | Niels Möller | 2021-11-13 | 1 | -0/+10 |
* | eccdata: Output ecc_sqrt_z and ECC_SQRT_E only when computed. | Niels Möller | 2021-11-11 | 1 | -0/+3 |
* | Let secp384r1 inverse and sqrt share most of the powering. | Niels Möller | 2021-11-11 | 1 | -0/+4 |
* | eccdata: Delete generation of unused values ecc_sqrt_t and ECC_SQRT_T_BITS. | Niels Möller | 2021-11-11 | 1 | -0/+5 |
* | eccdata: Generate both redc and non-redc versions of ecc_sqrt_z.ecc-sqrt | Niels Möller | 2021-11-10 | 1 | -0/+6 |
* | Implement secp224r1 square root, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+2 |
* | New function ecc_mod_equal_p, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+6 |
* | New function ecc_mod_pow_127m1, used for ecc_secp224r1_inv. | Niels Möller | 2021-11-08 | 1 | -0/+2 |
* | Implement secp521r1 square root, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+1 |
* | Implement secp384r1 square root, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+1 |
* | Implement secp256r1 square root, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+1 |
* | Implement secp192r1 square root, based on patch by Wim Lewis. | Niels Möller | 2021-11-08 | 1 | -0/+13 |
* | Renamed sqrt_itch --> sqrt_ratio_itch, and curve25519 and curve448 sqrt funct... | Niels Möller | 2021-11-07 | 1 | -1/+17 |
* | Rename ecc sqrt --> sqrt_ratio. | Niels Möller | 2021-11-06 | 1 | -0/+7 |
* | Merge branch 'secp256r1-mod' | Niels Möller | 2021-11-06 | 1 | -0/+8 |
|\ |
|
| * | Rewrite of secp256r1 mod functions.secp256r1-mod | Niels Möller | 2021-10-22 | 1 | -0/+8 |
* | | New function ecc_mod_zero_p. | Niels Möller | 2021-10-26 | 1 | -0/+10 |
* | | New function sec_zero_p. | Niels Möller | 2021-10-23 | 1 | -0/+8 |
|/ |
|
* | Extend ecc-mod-test, with improved coverage of corner cases. | Niels Möller | 2021-10-22 | 1 | -0/+5 |
* | Use texi2pdf to generate the pdf manual | Niels Möller | 2021-09-21 | 1 | -0/+4 |
* | ChangeLog entries for doc structure improvements. | Niels Möller | 2021-09-21 | 1 | -0/+6 |
* | Change CBC-AES interface | Niels Möller | 2021-09-14 | 1 | -0/+5 |
* | Test AEAD encrypt/decrypt with message split into pieces. | Niels Möller | 2021-09-14 | 1 | -0/+5 |
* | Merge branch 'aes-cbc' into master | Niels Möller | 2021-09-12 | 1 | -0/+39 |
|\ |
|