summaryrefslogtreecommitdiff
path: root/curve448.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement Curve448 primitivesDaiki Ueno2019-11-301-0/+58
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.