Functions for the Elliptic Curve over GF(p^d)
Parent topic:
Arithmetic of the Group of Elliptic Curve Points
GFPXECGetSize
Gets the size of the IppsGFPXECState context of the elliptic curve over the GF(p) field.
GFPXECInit
Initializes the IppsGFPXECState context of the elliptic curve over the GF(p^d) field.
GFPXECSet
Sets up parameters of the elliptic curve in the IppsGFPXECState context.
GFPXECGet
extracts elliptic curve parameters from the input IppsGFPXECState context.
GFPXECVerify
Verifies parameters of the elliptic curve over the GF(p^d) field.
GFPXECPointGetSize
Gets the size of the IppsGFPXECPoint context of a point on the elliptic curve.
GFPXECPointInit
Initializes the IppsGFPXECPoint context of a point on the elliptic curve.
GFPXECSetPoint
Sets up the coordinates of a point on the elliptic curve over the GF(p^d) field.
GFPXECSetPointAtInfinity
Sets the coordinates of the elliptic curve point in the IppsGFPXECPoint context to those of the point at infinity.
GFPXECSetPointRandom
Sets random coordinates of a point on the elliptic curve over the GF(p^d) field.
GFPXECCpyPoint
Copies one point of the elliptic curve over the GF(p^d) field to another.
GFPXECGetPoint
Extracts coordinates of the point on the elliptic curve from the IppsGFPXECPoint context.
GFPXECVerifyPoint
Verifies whether the point belongs to the elliptic curve over the GF(p^d) field.
GFPXECCmpPoint
Compares two points on the elliptic curve over the GF(p^d) field.
GFPXECNegPoint
Computes the inverse point for a given point on the elliptic curve over the GF(p^d) field.
GFPXECAddPoint
Adds two points on the elliptic curve over the GF(p^d) field.
GFPXECMulPointScalar
Adds a point on the elliptic curve over the GF(p^d) field to itself multiple times.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.