Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 465 Bytes

GUID-380D72CB-2A3D-4D16-8423-6C385FC5681B.md

File metadata and controls

25 lines (17 loc) · 465 Bytes

CRYPT_SHA256_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_SHA256_CTX {
}CRYPT_SHA256_CTX;

Public Methods

Name Description
__attribute__ This structure should be large enough to hold the internal representation, te size is checked during initialization.

__attribute__ C

int holder __attribute__(
    (aligned (8))
);