Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

GUID-EFD4A264-2423-4056-8411-E752E324539B.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

CRYPT_SHA384_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_SHA384_CTX {
long long holder[32];
}CRYPT_SHA384_CTX;

Members

Members Description
long long holder This structure should be large enough to hold the internal representation, the size is checked during initialization.