Unit 'flcCryptoHash' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

T512BitDigest

Declaration

Source position: flcCryptoHash.pas line 177

type T512BitDigest = packed record

  case Integer of

    0: (

        Word64s: array [0..7] of Word64;

  

      );

    1: (

        Word32s: array [0..15] of Word32;

  

      );

    2: (

        Word16s: array [0..31] of Word16;

  

      );

    3: (

        Bytes: array [0..63] of Byte;

  

      );

end;



CT Web help

CodeTyphon Studio