epoint类型定义在miracl.h
epoint
miracl.h
/* Elliptic Curve epoint structure. Uses projective (X,Y,Z) co-ordinates */ typedef struct { int marker; big X; big Y; #ifndef MR_AFFINE_ONLY big Z; #endif } epoint;