T512BitDigest Record

Represents type T512BitDigest.

Namespace: flcHash
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.

Show:
 NameDescription
Bytes

Represents field Bytes.

Word32s

Represents field Word32s.

Word64s

Represents field Word64s.

Words

Represents field Words.

Top