summaryrefslogtreecommitdiffstats
path: root/src/ec25519.c
AgeCommit message (Expand)Author
2016-03-18Unify legacy and Ed25519 base point by negating conversion factorsMatthias Schiffer
2015-10-17Add support for the Ed25519 curveMatthias Schiffer
2015-10-17Add _legacy suffix to functions accessing points in compressed/coordinate rep...Matthias Schiffer
2015-10-17Add Ed25519-compatible generator pointMatthias Schiffer
2015-10-17Fix loading of packed points in edge caseMatthias Schiffer
2015-10-09Fix another comment typoMatthias Schiffer
2015-10-06Use stdint types where reasonableMatthias Schiffer
2015-10-03Remove some unnecessary squeeze() callsMatthias Schiffer
2015-10-03Improve documenation of internal functionsMatthias Schiffer
2015-10-03Fix typo in commentMatthias Schiffer
2015-10-03Add comments clarifying when subtractions without squeeze are validMatthias Schiffer
2015-10-02Add functions for point negation and subtractionMatthias Schiffer
2015-10-02Move documentation comments for public API to the public headerMatthias Schiffer
2015-01-26Make default base and identity points accessibleMatthias Schiffer
2015-01-26Update copyright yearsMatthias Schiffer
2015-01-22Add reduced-bitlength scalar multiplicationMatthias Schiffer
2013-01-09Check points for validity on loadMatthias Schiffer
2012-12-23Lots of code documentationMatthias Schiffer
2012-12-22Change type names to follow the _t convention, add `deprecated' attributeMatthias Schiffer
2012-12-08Add some Doxygen documentationMatthias Schiffer
2012-12-07Reworked the APIMatthias Schiffer
2012-03-17Switch from inverted to extended coordinate representationMatthias Schiffer
2012-03-16For Edwards curves, the identity element isn't at infinity, so rename the ide...Matthias Schiffer
2012-03-14Some more renamed, some utility functionsMatthias Schiffer
2012-03-14Code cleanupMatthias Schiffer
2012-03-14Fixed square_root()Matthias Schiffer
2012-03-14Formatting improvementsMatthias Schiffer
2012-03-14More renames, added secret key arithmeticMatthias Schiffer
2012-03-13Some renames, fix load function, add default baseMatthias Schiffer
2012-03-13Correctly rename all functions to match header fileMatthias Schiffer
2012-03-13Initial versionMatthias Schiffer