1.67 CRYPT_SHA512_CTX Structure

C

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

Members

MembersDescription
long long holderThis structure should be large enough to hold the internal representation, the size is checked during initialization.