Very small Elliptic Curve Cryptography library - Mirror
Find a file
Matthias Schiffer 89d237f36b Switch from inverted to extended coordinate representation
In inverted coordinates there are 4 points that aren't representable correctly. Avoid this problem by using the extended coordinate representation, in which an add+double operation has essentially the same performance as in the inverted representation.
2012-03-17 15:15:02 +01:00
include/libuecc Switch from inverted to extended coordinate representation 2012-03-17 15:15:02 +01:00
src Switch from inverted to extended coordinate representation 2012-03-17 15:15:02 +01:00
.gitignore Initial version 2012-03-13 00:18:43 +01:00
CMakeLists.txt Initial version 2012-03-13 00:18:43 +01:00
COPYRIGHT Initial version 2012-03-13 00:18:43 +01:00