DLPSet
DLPSet
Sets up domain parameters of the DL-based cryptosystem over GF(p).
Syntax
IppStatus ippsDLPSet(const IppsBigNumState*
pP
, const IppsBigNumState*
pQ
, const IppsBigNumState*
pG
, IppsDLPState*
pCtx
);
Include Files
ippcp.h
Parameters
- pP
- Pointer to the characteristicpof the prime finite field GF(p).
- pQ
- Pointer to the characteristicqof the multiplicative subgroup GF(q).
- pG
- Pointer to the generatorGof the multiplicative subgroup GF(r).
- pCtx
- Pointer to the cryptosystem context.
Description
The function sets up DL-based cryptosystem domain parameters into the cryptosystem context.
Return Values
- ippStsNoErr
- Indicates no error. Any other value indicates an error or warning.
- ippStsNullPtrErr
- Indicates an error condition if any of the specified pointers isNULL.
- ippStsContextMatchErr
- Indicates an error condition if the context parameter does not match the operation.
- ippStsRangeErr
- Indicates an error condition if any of the Big Numbers specified bypP,pR, andpGis too big to be stored in theIppsDLPStatecontext.