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