Functions for the GF(p^d^2) Field
Parent topic:
Finite Field Arithmetic
GFPXQGetSize
Gets the size of the IppsGFPXQState context of the finite field GF(p^d^2).
GFPXQInit
Initializes the IppsGFPXQState context of the finite field GF(p^d^2).
GFPXQGet
Extracts parameters of the finite field GF(p^d^2) from the input structure.
GFPXQElementGetSize
Gets the size of the IppsGFPXQElement context of a GF(p^d^2) element.
GFPXQElementInit
Initializes the IppsGFPXQELement context of a GF(p^d^2) element.
GFPXQSetElement
Assigns a value to an element of the GF(p^d^2) field.
GFPXQSetElementZero
Assigns the zero value to an element of the GF(p^d^2) field.
GFPXQSetElementPowerX
Assigns the value of a given power of x to an element of the GF(p^d^2) field.
GFPXQSetElementRandom
Assigns a random value to an element of the GF(p^d^2) field.
GFPXQCmpElement
Compares two elements of the GF(p^d^2) field.
GFPXQCpyElement
Copies one element of the GF(p^d^2) field to another.
GFPXQGetElement
Extracts the element of the GF(p^d^2) field from an input IppsGFPXQELement context.
GFPXQNeg
Computes the additive inverse for an element of the GF(p^d^2) field.
GFPXQInv
Computes the multiplicative inverse for an element of the GF(p^d^2) field.
GFPXQAdd
Adds two elements of the GF(p^d^2) field.
GFPXQSub
Subtracts one element of the GF(p^d^2) field from another.
GFPXQMul
Multiplies two elements of the GF(p^d^2) field.
GFPXQMul_GFP
Multiplies an element of the GF(p^d^2) field by an element of the GF(p) field.
GFPXQExp
Raises an element of the GF(p^d^2) field to a non-negative power.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.