summaryrefslogtreecommitdiff
path: root/curve448-mul-g.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement Curve448 primitivesDaiki Ueno2019-11-301-0/+74
This patch adds the necessary primitives for "curve448", defined in RFC 7748. Those primitives are namely: addition, doubling, scalar multiplication of the generator or an arbitrary point, inversion, and square root.