ippsMLDSA_GetSize#

Queries the size of IppsMLDSAState.

Syntax#

IppStatus ippsMLDSA_GetSize(int* pSize);

Include Files#

ippcp.h

Parameters#

pSize

Pointer to the state size.

Description#

The function queries the size of IppsMLDSAState. Allocated memory will be used as the context required for ML-DSA computations.

Note

Important

The API family is supported in experimental mode. To use the functions, users need to define the IPPCP_PREVIEW_ML_DSA macro before including the ippcp.h header file. See Preview Features for more details.

Return Values#

ippStsNoErr

Indicates no error. Any other value indicates an error or warning.

ippStsNullPtrErr

pSize is a NULL pointer.