]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-10-23  Niels MöllerSplit memxor.c into memxor.c and memxor3.c.
2014-10-23  Niels MöllerFor memxor, make word_t be always 64 bits on x86_64.
2014-10-23  Niels MöllerTwo-way unrolling of aligned memxor3.
2014-10-23  Niels MöllerChange loop order in memxor.
2014-10-23  Niels MöllerUse unsigned long arrays for memxor benchmark.
2014-10-22  Niels MöllerFallback for missing getline (used in the testsuite).
2014-10-22  Niels MöllerUnconditionally delete shared libraries for make clean.
2014-10-22  Niels MöllerUpdated release plan
2014-10-21  Niels MöllerTestcases for ed25519.
2014-10-21  Niels MöllerRewrote hex decoding for test programs.
2014-10-20  Niels MöllerImplemented high level functions for ed25519-sha512.
2014-10-18  Niels MöllerTweaked argument order for _eddsa_verify.
2014-10-14  Niels MöllerBetter point compare for _eddsa_varify.
2014-10-14  Niels MöllerNote the Edwards curve neutral point.
2014-10-14  Niels MöllerTestcase for _eddsa_verify.
2014-10-14  Niels MöllerImplemented _eddsa_verify. Almost correct.
2014-10-08  Niels MöllerUse _eddsa_expand_key in the tests.
2014-10-08  Niels MöllerNew function _eddsa_expand_key.
2014-10-08  Niels MöllerDrop unneeded #include.
2014-10-04  Niels MöllerTests for _eddsa_sign.
2014-10-04  Niels MöllerImplemented eddsa signature internals.
2014-10-04  Niels MöllerDrop an unneeded local cy variable.
2014-10-03  Niels MöllerEnable ecc-mul-g-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-mul-a-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-redc-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-modinv-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-mod-test, also with mini-gmp.
2014-10-03  Niels MöllerNew function mpn_out_str, for use in the testsuite.
2014-10-03  Niels MöllerMake ecc-sqrt-test work with mini-gmp.
2014-10-02  Niels MöllerNotes on EdDSA decompression.
2014-10-02  Niels MöllerTests for eddsa compression and decompression.
2014-10-02  Niels MöllerImplemented eddsa compression and decompression.
2014-10-02  Niels MöllerNew testcase for modular sqrt.
2014-10-02  Niels MöllerAdded sqrt function to struct ecc_modulo.
2014-09-24  Niels MöllerWhitespace tweaks.
2014-09-24  Niels MöllerFixed extern "C" block.
2014-09-23  Niels MöllerChanged ecc_hash argument type from struct ecc_curve...
2014-09-23  Niels Möllercurve25519: Use powering to compute modp inverses,...
2014-09-23  Niels MöllerFixed scratch allocation in test_ecc_mul_h.
2014-09-23  Niels Möllerecc_mod_inv interface and allocation changes.
2014-09-22  Niels MöllerRenamed and generalized ecc_modq_random -> ecc_mod_random.
2014-09-22  Niels MöllerNew ecc_mod_* functions, replacing ecc_modp_* and ecc_m...
2014-09-22  Niels MöllerDo some more tests in ecc-redc-test.
2014-09-22  Niels MöllerSimplified ecc-modinv-test.
2014-09-22  Niels MöllerSimplified ecc-mod-test.
2014-09-22  Niels MöllerAdded invert function pointer to struct ecc_modulo.
2014-09-22  Niels MöllerUpdated benchmarking of mpn_sec_powm.
2014-09-22  Niels MöllerFixed prototypes for native ecc_25519_modp, ecc_256_red...
2014-09-22  Niels MöllerFixed prototype for native ecc_384_modp.
2014-09-22  Niels MöllerMoved mod and reduce function pointers to struct ecc_mo...
2014-09-22  Niels MöllerDeleted redc function pointer.
2014-09-22  Niels MöllerComment updates.
2014-09-22  Niels MöllerUse struct ecc_modulo for all mod and redc functions.
2014-09-22  Niels MöllerIntroduced struct ecc_modulo.
2014-09-17  Niels MöllerFixed mpn_get_base256_le buffer overwrite.
2014-09-17  Niels MöllerDeleted duplicate function point_zero_p. Support n...
2014-09-17  Niels MöllerMove mpn_zero_p to testutils.c.
2014-09-17  Niels MöllerExtend general ecc testcases to also test curve25519.
2014-09-17  Niels MöllerDeleted ecc_a_to_eh.
2014-09-17  Niels MöllerLet "affine" points for curve25519 be Edwards coordinat...
2014-09-17  Niels MöllerUse struct ecc_curve function pointers also in ecdsa_ge...
2014-09-17  Niels MöllerDeleted curve25519-add-test and curve25519-dup-test.
2014-09-16  Niels MöllerNew test case for ecc_add_jj, ecc_add_eh and ecc_add_eh...
2014-09-16  Niels MöllerNew test case for ecc_dup_jj and ecc_dup_eh (latter...
2014-09-15  Niels MöllerUse struct ecc_curve function pointers.
2014-09-09  Niels MöllerFIXME comment.
2014-09-09  Niels MöllerUse Montgomery ladder for curve25519_mul.
2014-09-09  Niels MöllerMake cnd_swap non-static.
2014-09-07  Niels MöllerUpdated 3.1 release plan.
2014-09-07  Niels MöllerAdded URL to curve25519 paper.
2014-09-06  Niels MöllerNotes on the Montgomery ladder.
2014-09-06  Niels MöllerAdded benchmarking of curve25519 functions.
2014-09-06  Niels MöllerOutput points also for the Ed25519 curve.
2014-09-06  Niels MöllerDrop .gitignore entry for *.po.
2014-09-03  Niels MöllerSimplify .asm-related make rules.
2014-09-03  Niels MöllerDeleted all make rules related to .po files.
2014-09-03  Niels MöllerReorganized PIC handling, deleting CCPIC_MAYBE.
2014-09-02  Niels MöllerTypo fix in ChangeLog.
2014-09-02  Niels MöllerMinor changes to curve25519_mul_g. Use local variable...
2014-09-02  Niels MöllerNew function curve25519_eh_to_x.
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...
next