2014-10-23 |
Niels Möller | Split memxor.c into memxor.c and memxor3.c. |
commit | commitdiff | tree |
2014-10-23 |
Niels Möller | For memxor, make word_t be always 64 bits on x86_64. |
commit | commitdiff | tree |
2014-10-23 |
Niels Möller | Two-way unrolling of aligned memxor3. |
commit | commitdiff | tree |
2014-10-23 |
Niels Möller | Change loop order in memxor. |
commit | commitdiff | tree |
2014-10-23 |
Niels Möller | Use unsigned long arrays for memxor benchmark. |
commit | commitdiff | tree |
2014-10-22 |
Niels Möller | Fallback for missing getline (used in the testsuite). |
commit | commitdiff | tree |
2014-10-22 |
Niels Möller | Unconditionally delete shared libraries for make clean. |
commit | commitdiff | tree |
2014-10-22 |
Niels Möller | Updated release plan |
commit | commitdiff | tree |
2014-10-21 |
Niels Möller | Testcases for ed25519. |
commit | commitdiff | tree |
2014-10-21 |
Niels Möller | Rewrote hex decoding for test programs. |
commit | commitdiff | tree |
2014-10-20 |
Niels Möller | Implemented high level functions for ed25519-sha512. |
commit | commitdiff | tree |
2014-10-18 |
Niels Möller | Tweaked argument order for _eddsa_verify. |
commit | commitdiff | tree |
2014-10-14 |
Niels Möller | Better point compare for _eddsa_varify. |
commit | commitdiff | tree |
2014-10-14 |
Niels Möller | Note the Edwards curve neutral point. |
commit | commitdiff | tree |
2014-10-14 |
Niels Möller | Testcase for _eddsa_verify. |
commit | commitdiff | tree |
2014-10-14 |
Niels Möller | Implemented _eddsa_verify. Almost correct. |
commit | commitdiff | tree |
2014-10-08 |
Niels Möller | Use _eddsa_expand_key in the tests. |
commit | commitdiff | tree |
2014-10-08 |
Niels Möller | New function _eddsa_expand_key. |
commit | commitdiff | tree |
2014-10-08 |
Niels Möller | Drop unneeded #include. |
commit | commitdiff | tree |
2014-10-04 |
Niels Möller | Tests for _eddsa_sign. |
commit | commitdiff | tree |
2014-10-04 |
Niels Möller | Implemented eddsa signature internals. |
commit | commitdiff | tree |
2014-10-04 |
Niels Möller | Drop an unneeded local cy variable. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Enable ecc-mul-g-test, also with mini-gmp. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Enable ecc-mul-a-test, also with mini-gmp. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Enable ecc-redc-test, also with mini-gmp. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Enable ecc-modinv-test, also with mini-gmp. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Enable ecc-mod-test, also with mini-gmp. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | New function mpn_out_str, for use in the testsuite. |
commit | commitdiff | tree |
2014-10-03 |
Niels Möller | Make ecc-sqrt-test work with mini-gmp. |
commit | commitdiff | tree |
2014-10-02 |
Niels Möller | Notes on EdDSA decompression. |
commit | commitdiff | tree |
2014-10-02 |
Niels Möller | Tests for eddsa compression and decompression. |
commit | commitdiff | tree |
2014-10-02 |
Niels Möller | Implemented eddsa compression and decompression. |
commit | commitdiff | tree |
2014-10-02 |
Niels Möller | New testcase for modular sqrt. |
commit | commitdiff | tree |
2014-10-02 |
Niels Möller | Added sqrt function to struct ecc_modulo. |
commit | commitdiff | tree |
2014-09-24 |
Niels Möller | Whitespace tweaks. |
commit | commitdiff | tree |
2014-09-24 |
Niels Möller | Fixed extern "C" block. |
commit | commitdiff | tree |
2014-09-23 |
Niels Möller | Changed ecc_hash argument type from struct ecc_curve... |
commit | commitdiff | tree |
2014-09-23 |
Niels Möller | curve25519: Use powering to compute modp inverses,... |
commit | commitdiff | tree |
2014-09-23 |
Niels Möller | Fixed scratch allocation in test_ecc_mul_h. |
commit | commitdiff | tree |
2014-09-23 |
Niels Möller | ecc_mod_inv interface and allocation changes. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Renamed and generalized ecc_modq_random -> ecc_mod_random. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | New ecc_mod_* functions, replacing ecc_modp_* and ecc_m... |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Do some more tests in ecc-redc-test. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Simplified ecc-modinv-test. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Simplified ecc-mod-test. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Added invert function pointer to struct ecc_modulo. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Updated benchmarking of mpn_sec_powm. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Fixed prototypes for native ecc_25519_modp, ecc_256_red... |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Fixed prototype for native ecc_384_modp. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Moved mod and reduce function pointers to struct ecc_mo... |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Deleted redc function pointer. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Comment updates. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Use struct ecc_modulo for all mod and redc functions. |
commit | commitdiff | tree |
2014-09-22 |
Niels Möller | Introduced struct ecc_modulo. |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Fixed mpn_get_base256_le buffer overwrite. |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Deleted duplicate function point_zero_p. Support n... |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Move mpn_zero_p to testutils.c. |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Extend general ecc testcases to also test curve25519. |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Deleted ecc_a_to_eh. |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Let "affine" points for curve25519 be Edwards coordinat... |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Use struct ecc_curve function pointers also in ecdsa_ge... |
commit | commitdiff | tree |
2014-09-17 |
Niels Möller | Deleted curve25519-add-test and curve25519-dup-test. |
commit | commitdiff | tree |
2014-09-16 |
Niels Möller | New test case for ecc_add_jj, ecc_add_eh and ecc_add_eh... |
commit | commitdiff | tree |
2014-09-16 |
Niels Möller | New test case for ecc_dup_jj and ecc_dup_eh (latter... |
commit | commitdiff | tree |
2014-09-15 |
Niels Möller | Use struct ecc_curve function pointers. |
commit | commitdiff | tree |
2014-09-09 |
Niels Möller | FIXME comment. |
commit | commitdiff | tree |
2014-09-09 |
Niels Möller | Use Montgomery ladder for curve25519_mul. |
commit | commitdiff | tree |
2014-09-09 |
Niels Möller | Make cnd_swap non-static. |
commit | commitdiff | tree |
2014-09-07 |
Niels Möller | Updated 3.1 release plan. |
commit | commitdiff | tree |
2014-09-07 |
Niels Möller | Added URL to curve25519 paper. |
commit | commitdiff | tree |
2014-09-06 |
Niels Möller | Notes on the Montgomery ladder. |
commit | commitdiff | tree |
2014-09-06 |
Niels Möller | Added benchmarking of curve25519 functions. |
commit | commitdiff | tree |
2014-09-06 |
Niels Möller | Output points also for the Ed25519 curve. |
commit | commitdiff | tree |
2014-09-06 |
Niels Möller | Drop .gitignore entry for *.po. |
commit | commitdiff | tree |
2014-09-03 |
Niels Möller | Simplify .asm-related make rules. |
commit | commitdiff | tree |
2014-09-03 |
Niels Möller | Deleted all make rules related to .po files. |
commit | commitdiff | tree |
2014-09-03 |
Niels Möller | Reorganized PIC handling, deleting CCPIC_MAYBE. |
commit | commitdiff | tree |
2014-09-02 |
Niels Möller | Typo fix in ChangeLog. |
commit | commitdiff | tree |
2014-09-02 |
Niels Möller | Minor changes to curve25519_mul_g. Use local variable... |
commit | commitdiff | tree |
2014-09-02 |
Niels Möller | New function curve25519_eh_to_x. |
commit | commitdiff | tree |
2014-09-02 |
Niels Möller | Fixed sign error in comment. |
commit | commitdiff | tree |
2014-08-29 |
Niels Möller | Make more of the testsuite use ecc->h_to_a. |
commit | commitdiff | tree |
2014-08-29 |
Niels Möller | ecc-benchmark: Use ecc->add_hhh function pointer. |
commit | commitdiff | tree |
2014-08-29 |
Niels Möller | Comment fix. |
commit | commitdiff | tree |
2014-08-29 |
Niels Möller | Switch curve25519 implementation to use the Ed25519... |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Document better twisted Edwards formulas. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Sign corrections and formulas for EdDSA. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Fixed comment typo. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecdsa-verify.c: Drop include of ecc-internal.h. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Test case for ecdsa_verify using curve25519. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecc_ecdsa_verify: Use struct ecc_curve function pointers. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | New ecc_curve function pointer, add_hhh. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Deleted ECC_ECDSA_VERIFY_ITCH macro. Tweak the correspo... |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecc_ecdsa_sign: Use mul_g and h_to_a function pointers. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecc_25519_modq: Access q via the ecc struct. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Deleted unused variable. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecc_eh_to_a interface change, optionally reduce x mod q. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | ecc_j_to_a interface change, optionally reduce x mod q. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Tweak symbols-test regexps. |
commit | commitdiff | tree |
2014-08-28 |
Niels Möller | Split ecc_generic_redc into two functions ecc_pp1_redc... |
commit | commitdiff | tree |
next |