type
T512BitDigest = record
case integer of
0 : (Word64s : array[0..7] of Word64);
1 : (Word32s : array[0..15] of Word32);
2 : (Words : array[0..31] of Word);
3 : (Bytes : array[0..63] of Byte);
end;
The T512BitDigest type exposes the following members.