Parent topic:MPLABĀ® Harmony Crypto Library
struct CRYPT_SHA384_CTX {
long long holder[32];
}CRYPT_SHA384_CTX;
| Members | Description | 
|---|---|
| long long holder | This structure should be large enough to hold the internal representation, the size is checked during initialization. |