Visible to Intel only — GUID: GUID-1CAA593F-F743-42A2-9170-6736AF3DA644
Visible to Intel only — GUID: GUID-1CAA593F-F743-42A2-9170-6736AF3DA644
Get Size Of XMSS Public Key
Get the XMSS public key state size (bytes).
Syntax
IppStatus ippsXMSSPublicKeyStateGetSize (Ipp32s* pSize, IppsXMSSAlgo OIDAlgo);
Include Files
ippcp.h
Parameters
pSize |
Pointer to the signature state size. |
OIDAlgo |
XMSS Algorithm ID. It defines a set of XMSS parameters. See Supported XMSS 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.
Important
This is a Preview Feature. You need to enable the IPPCP_PREVIEW_XMSS 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 |
pSize is a NULL pointer. |
ippStsBadArgErr |
OIDAlgo < 1 or OIDAlgo > the maximum value for IppsXMSSAlgo. |