Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed ecc_hash argument type from struct ecc_curve to struct ecc_modulo. | Niels Möller | 2014-09-23 | 1 | -1/+1 |
* | ecc_mod_inv interface and allocation changes. | Niels Möller | 2014-09-23 | 1 | -3/+2 |
* | Added invert function pointer to struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -1/+1 |
* | Introduced struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -10/+10 |
* | ecc_ecdsa_sign: Use mul_g and h_to_a function pointers. | Niels Möller | 2014-08-28 | 1 | -4/+5 |
* | Deleted unused variable. | Niels Möller | 2014-08-28 | 1 | -1/+0 |
* | ecc_j_to_a interface change, optionally reduce x mod q. | Niels Möller | 2014-08-28 | 1 | -7/+2 |
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -21/+30 |
* | Use size_t for ecc functions. | Niels Möller | 2013-04-26 | 1 | -1/+1 |
* | Changed name "Internetfonden" to "the .SE Internet Fund". | Niels Möller | 2013-04-05 | 1 | -1/+1 |
* | Integrated ECDSA sign and verify functions. | Niels Möller | 2013-02-18 | 1 | -0/+97 |