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

T224BitDigest

Declaration

Source position: flcCryptoHash.pas line 151

type T224BitDigest = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

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

  

      );

end;



CT Web help

CodeTyphon Studio