MontGet
MontGet
Extracts the big number modulus.
Syntax
IppStatus ippsMontGet(Ipp32u *
pModulo
, int *
pSize
, const IppsMontState *
pCtx
);
Include Files
ippcp.h
Parameters
- pCtx
- Pointer to the contextIppsMontState.
- pModulo
- Pointer to the modulus data field.
- pSize
- Pointer to the modulus data size inIpp32uchunks.
Description
The function extracts the big number modulus from the input
IppsMontState *
pCtx
.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 ifpCtxdoes not match the operation.