Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ecdsa_verify: eliminated memory leak on error path | Nikos Mavrogiannopoulos | 2017-01-03 | 1 | -1/+3 |
| | |||||
* | ecdsa-verify.c: Drop include of ecc-internal.h. | Niels Möller | 2014-08-28 | 1 | -2/+3 |
| | |||||
* | Deleted ECC_ECDSA_VERIFY_ITCH macro. Tweak the corresponding function, and ↵ | Niels Möller | 2014-08-28 | 1 | -1/+1 |
| | | | | use it. | ||||
* | 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 |
| | |||||
* | Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of ↵ | Niels Möller | 2013-04-04 | 1 | -1/+0 |
| | | | | gmp-glue.h. | ||||
* | Renamed gmp-glue functions. Use new GMP functions if available. | Niels Möller | 2013-02-27 | 1 | -4/+4 |
| | |||||
* | Integrated ECDSA sign and verify functions. | Niels Möller | 2013-02-18 | 1 | -0/+68 |