Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GOST DSA according to GOST R 34.10-2001/-2012 | Dmitry Baryshkov | 2020-01-25 | 1 | -0/+11 |
| | | | | | | | | Add GOST Digital Signature Algorithms support according to GOST R 34.10-2001/-2012. English translations of these standards are provided as RFC 5832 and RFC 7091. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
* | Changed ecc_hash argument type from struct ecc_curve to struct ecc_modulo. | Niels Möller | 2014-09-23 | 1 | -9/+7 |
| | |||||
* | Introduced struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -5/+8 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Integrated ECDSA sign and verify functions. | Niels Möller | 2013-02-18 | 1 | -0/+55 |