Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | Use stdint types where reasonable | Matthias Schiffer | |
Using uint32_t instead of unsigned int for the unpacked work struct ensures the code is working correctly on ABIs with ints narrower than 32 bits. While this would constitute a API/ABI change on some systems in theory, most likely all systems using libuecc so far have uint8_t == unsigned char and uint32_t == unsigned int. Also, coding style cleanup. | |||
2015-10-02 | Move documentation comments for public API to the public header | Matthias Schiffer | |
This makes the documentation more accessible, as the header now contains all information regarding the usage of the API, and it is not necessary to generate the Doxygen documentation anymore for that. | |||
2015-01-26 | Add a better explanation to ecc_25519_gf_sanitize_secret() | Matthias Schiffer | |
2015-01-26 | Update copyright years | Matthias Schiffer | |
2012-12-23 | Lots of code documentation | Matthias Schiffer | |
2012-12-22 | Change type names to follow the _t convention, add `deprecated' attribute | Matthias Schiffer | |
2012-12-09 | Fix ecc_25519_gf_is_zero | Matthias Schiffer | |
2012-12-08 | Add the order of the base point to the public API | Matthias Schiffer | |
2012-12-07 | Reduce before reciprocation | Matthias Schiffer | |
2012-12-07 | Add GF reciprocal function | Matthias Schiffer | |
2012-12-07 | Reworked the API | Matthias Schiffer | |