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

T160BitDigest

Declaration

Source position: flcCryptoHash.pas line 143

type T160BitDigest = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

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

  

      );

end;



CT Web help

CodeTyphon Studio