Get Size Of LMS Public Key
Get the LMS public key state size (bytes).
Syntax
IppStatus ippsLMSSPublicKeyStateGetSize (Ipp32s* pSize, const IppsLMSAlgoType OIDAlgo);
Include Files
ippcp.h
Parameters
pSize |
Pointer to the public key state size. |
OIDAlgo |
LMS Algorithm ID. It defines a set of LMS parameters. See Supported LMS Algorithms for more information. |
Description
This function gets the size of the public key state that is defined by OIDAlgo
.
The result is stored to *pSize
.
Note
Important
This is a Preview Feature.
You need to enable the IPPCP_PREVIEW_LMS
macro to use the feature.
Return Values
ippStsNoErr |
Indicates no error. All single operations executed without errors. Any other value indicates an error or warning. |
ippStsNullPtrErr |
|
ippStsBadArgErr |
|