Precomputed point representation. More...
#include <ec25519.h>
Precomputed point representation.
Stores precomputed values (y+x, y-x, and xy*2d) to accelerate scalar multiplication.
[fe25519] The product of X and Y, multiplied by 2d.
[fe25519] The difference of Y and X coordinates.
[fe25519] The sum of Y and X coordinates.