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

T256BitDigest

Declaration

Source position: flcCryptoHash.pas line 159

type T256BitDigest = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

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

  

      );

    3: (

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

  

      );

end;



CT Web help

CodeTyphon Studio