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

T384BitDigest

Declaration

Source position: flcCryptoHash.pas line 168

type T384BitDigest = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

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

  

      );

    3: (

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

  

      );

end;



CT Web help

CodeTyphon Studio