Initialize LMS Signature State#
Syntax#
IppStatus ippsLMSInitSignature (const IppsLMSAlgoType OIDAlgo, IppsLMSSignatureState* pSign);
Include Files#
ippcp.h
Parameters#
OIDAlgo |
LMS Algorithm ID. It defines a set of LMS parameters. See Supported LMS Algorithms for more information. |
pSign |
Pointer to the |
Description#
This function initializes the LMS signature state.
Note
Important
You need to enable the IPPCP_PREVIEW_LMS macro to use the feature.
For more information, see Preview Features.
Return Values#
ippStsNoErr |
Indicates no error. All single operations executed without errors. Any other value indicates an error or warning. |
ippStsNullPtrErr |
|
ippStsBadArgErr |
|