Visible to Intel only — GUID: GUID-694B5CF0-A8E5-4919-9B67-7A1BA5D0F3FC
Visible to Intel only — GUID: GUID-694B5CF0-A8E5-4919-9B67-7A1BA5D0F3FC
BigNumInit
Initializes context and partitions allocated buffer.
Syntax
IppStatus ippsBigNumInit(int length, IppsBigNumState* pBN);
Include Files
ippcp.h
Parameters
length |
Size of the big number for the context initialization. |
pBN |
Pointer to the supplied buffer used to store the initialized context IppsBigNumState. |
Description
The function initializes the context IppsBigNumState using the specified buffer space and partitions the given buffer to store and execute arithmetic operations on an integer big number of the length size.
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 is NULL. |
ippStsLengthErr |
Indicates an error condition if length is less than or equal to 0 or greater than 512. |
Related Information