epoint类型

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;
© phdlisl all right reserved,powered by GitbookUpdate in 2024-05-17

results matching ""

    No results matching ""