]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-09-02  Niels MöllerFixed sign error in comment.
2014-08-29  Niels MöllerMake more of the testsuite use ecc->h_to_a.
2014-08-29  Niels Möllerecc-benchmark: Use ecc->add_hhh function pointer.
2014-08-29  Niels MöllerComment fix.
2014-08-29  Niels MöllerSwitch curve25519 implementation to use the Ed25519...
2014-08-28  Niels MöllerDocument better twisted Edwards formulas.
2014-08-28  Niels MöllerSign corrections and formulas for EdDSA.
2014-08-28  Niels MöllerFixed comment typo.
2014-08-28  Niels Möllerecdsa-verify.c: Drop include of ecc-internal.h.
2014-08-28  Niels MöllerTest case for ecdsa_verify using curve25519.
2014-08-28  Niels Möllerecc_ecdsa_verify: Use struct ecc_curve function pointers.
2014-08-28  Niels MöllerNew ecc_curve function pointer, add_hhh.
2014-08-28  Niels MöllerDeleted ECC_ECDSA_VERIFY_ITCH macro. Tweak the correspo...
2014-08-28  Niels Möllerecc_ecdsa_sign: Use mul_g and h_to_a function pointers.
2014-08-28  Niels Möllerecc_25519_modq: Access q via the ecc struct.
2014-08-28  Niels MöllerDeleted unused variable.
2014-08-28  Niels Möllerecc_eh_to_a interface change, optionally reduce x mod q.
2014-08-28  Niels Möllerecc_j_to_a interface change, optionally reduce x mod q.
2014-08-28  Niels MöllerTweak symbols-test regexps.
2014-08-28  Niels MöllerSplit ecc_generic_redc into two functions ecc_pp1_redc...
2014-08-28  Niels MöllerDeleted unused constant redc_g.
2014-08-27  Niels MöllerForgotten ChangeLog entry from previous commit.
2014-08-27  Niels MöllerUse q_bit_size for ecc_modq_inv.
2014-08-27  Niels MöllerNew struct ecc_curve field, q_bit_size.
2014-08-27  Niels MöllerBumped version numbers.
2014-08-27  Niels MöllerMerge branch 'curve25519'
2014-08-27  Niels MöllerRemove ecc-25519.h on make clean. curve25519
2014-08-27  Niels MöllerNotes on the EdDSA twist.
2014-08-26  Niels MöllerSome curve25519 unification in ecc-benchmark.
2014-08-26  Niels MöllerMake ecc mod q test unconditional.
2014-08-26  Niels MöllerImplemented curve25519 modq.
2014-08-26  Niels MöllerFix for mini-gmp mpz_clrbit.
2014-08-25  Niels Möllercurve25519 support for ecc_point_mul, ecc_point_mul_g...
2014-08-25  Niels MöllerAdditional function pointers in struct ecc_curve.
2014-08-25  Niels MöllerAdded curve25519 special case in ecc_set_point.
2014-08-24  Niels MöllerECDH tests for additional curves.
2014-08-24  Niels MöllerNew testcases for ecc_point_mul and ecc_point_mul_g.
2014-08-24  Niels MöllerNew script ecc-ref.gp.
2014-08-24  Niels MöllerEquation typo fix.
2014-08-23  Niels MöllerDeleted unused INITIAL argument for ecc_a_to_j.
2014-08-23  Niels MöllerDeleted unused INITIAL argument for ecc_mul_a.
2014-08-23  Niels MöllerReordered struct ecc_curve, moved function pointers...
2014-08-23  Niels MöllerDeleted unused function ecc_modp_sub_1.
2014-08-23  Niels Möllernettle-benchmark: Fixed memset calls (amending 2014...
2014-08-23  Niels MöllerDocument issues when curve25519 sqrt fails.
2014-08-23  Niels MöllerUpdated FIXME comments.
2014-08-23  Niels MöllerDocument and test that ecc_modp_inv produces 0 for...
2014-08-22  Niels MöllerOptimized x86_64 assembly for ecc_25519_modp.
2014-08-22  Niels MöllerInitial x86_64 implementation of ecc_25519_modp, 30...
2014-08-22  Niels MöllerPrepare for assembly ecc_25519_modp.
2014-08-19  Niels MöllerInitial benchmarking of curve25519.
2014-08-18  Niels MöllerUpdated curve25519-dh-test, to use curve25519_mul,...
2014-08-18  Niels MöllerImplemented curve25519_mul.
2014-08-18  Niels MöllerRenamed curve25519_base -> curve25519_mul_g.
2014-08-18  Niels MöllerImplemented mod p square root for curve25519.
2014-08-06  Niels MöllerAdapt test case to use curve25519_base.
2014-08-06  Niels MöllerNew function curve25519_base.
2014-08-06  Niels MöllerNew functions mpn_set_base256_le and mpn_get_base256_le.
2014-08-02  Niels MöllerFixed equations for Montgomery->Edwards transformation.
2014-08-02  Niels MöllerFixed memory leak in curve25519 test case.
2014-08-02  Niels MöllerFixed window-based ecc_mul_a_eh.
2014-07-31  Niels MöllerFixed declarations for ecc_mul_a_eh.
2014-07-29  Niels MöllerImplemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.
2014-07-26  Niels MöllerReduce ecc_add_ehh scratch need.
2014-07-23  Niels MöllerNew curve25519 test case.
2014-07-23  Niels MöllerComment fix.
2014-07-18  Niels MöllerImplemented ecc_mul_g_eh. Untested.
2014-07-17  Niels MöllerReduce ecc_add_eh scratch need.
2014-07-17  Niels MöllerFix memory leak in test case.
2014-07-15  Niels MöllerImplemented ecc_add_eh.
2014-07-15  Niels MöllerMinor improvement of curve25519-add-test.
2014-07-15  Niels MöllerComment fixes.
2014-07-14  Niels MöllerNew testcase for curve25519 add.
2014-07-14  Niels MöllerImplemented point addition for Edwards curves.
2014-07-14  Niels Möllereccdata: For curve25519, output the Edwards curve constant.
2014-07-14  Niels MöllerImproved curve25519-dup-test.
2014-07-11  Daniel Kahn... fix typo in ecc-mod.c
2014-07-11  Niels MöllerAdded some ECC notes.
2014-07-11  Niels MöllerNew testcase for curve25519 dup.
2014-07-11  Niels MöllerMade test_ecc_point non-static in testutils.c.
2014-07-11  Niels MöllerComment on Shanks-Tonelli reference.
2014-07-11  Niels MöllerImplemented point doubling for Edwards curves.
2014-07-11  Niels MöllerNew struct ecc_curve constant, edwards_root.
2014-07-11  Niels Möllereccdata: Corrected curve25519-related constant. And...
2014-07-08  Niels MöllerDeleted left-over prototypes for ecc_a_to_a and ecc_a_t...
2014-07-06  Niels Möllereccdata: Support conversion to Edwards form.
2014-07-06  Niels Möllereccdata: Use separate is_zero flag to represent the...
2014-07-04  Niels MöllerImplemented the curve25519 modp function.
2014-07-04  Niels MöllerRenamed gmp_randstate_t variables to "rands".
2014-07-04  Niels MöllerFix typo in test for ecc_generic_modq.
2014-07-04  Niels MöllerFix file header copy&paste errors.
2014-07-02  Niels MöllerSupport curve25519 in the eccdata program.
2014-07-02  Niels MöllerUse mpz_submul_ui.
2014-06-29  Niels Möllercamellia: Include limits.h, needed for HAVE_NATIVE_64_BIT.
2014-06-26  Niels MöllerChangeLog entries for Martin's and Nikos' previous...
2014-06-26  Martin StorsjöInclude private dependencies automatically in pkg-confi...
2014-06-26  Martin StorsjöAdd missing entries to .gitignore
2014-06-26  Martin StorsjöDon't hardcode the -lgmp linker flag in the hogweed...
2014-06-26  Nikos Mavrogiannopouloshogweed-benchmark: do not abort() if an openssl algorit...
2014-06-25  Niels MöllerSupport for building with mini-gmp.
next