Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 409 Bytes

GUID-90A3BDA1-F0C2-4B7E-B8D5-733A7822F320.md

File metadata and controls

18 lines (12 loc) · 409 Bytes

CRYPT_SHA512_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_SHA512_CTX {
    long long holder[36];
}CRYPT_SHA512_CTX;

Members

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