Functions for the Elliptic Curve over GF(p)
Parent topic:
Arithmetic of the Group of Elliptic Curve Points
GFPECGetSize
Gets the size of the IppsGFPECState context of the elliptic curve over the GF(p) field.
GFPECInit
Initializes the IppsGFPECState context of the elliptic curve over the GF(p) field.
GFPECSet
Sets up parameters of the elliptic curve in the IppsGFPECState context.
GFPECGet
Extracts elliptic curve parameters from the input IppsGFPECState context.
GFPECVerify
Verifies parameters of the elliptic curve over the GF(p) field.
GFPECPointGetSize
Gets the size of the IppsGFPECPoint context of a point on the elliptic curve.
GFPECPointInit
Initializes the IppsGFPECPoint context of a point on the elliptic curve.
GFPECSetPoint
Sets up the coordinates of a point on the elliptic curve over the GF(p) field.
GFPECSetPointAtInfinity
Sets the coordinates of the elliptic curve point in the IppsGFPECPoint context to those of the point at infinity.
GFPECSetPointRandom
Sets random coordinates of a point on the elliptic curve over the GF(p) field.
GFPECCpyPoint
Copies one point of the elliptic curve over the GF(p) field to another.
GFPECGetPoint
Extracts coordinates of the point on the elliptic curve from the IppsGFPECPoint context.
GFPECVerifyPoint
Verifies whether the point belongs to the elliptic curve over the GF(p) field.
GFPECCmpPoint
Compares two points on the elliptic curve over the GF(p) field.
GFPECNegPoint
Computes the inverse point for a given point on the elliptic curve over the GF(p) field.
GFPECAddPoint
Adds two points on the elliptic curve over the GF(p) field.
GFPECMulPointScalar
Adds a point on the elliptic curve over the GF(p) field to itself multiple times.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.