Unit 'md5' Package
[Overview][Constants][Types][Procedures and functions][Index] [#hash]

TMDContext

Declaration

Source position: md5.pp line 89

type TMDContext = record

  Version: TMDVersion;

  Hash: TMDHashFunc;

  Align: PtrUInt;

  State: array [0..3] of Cardinal;

  BufCnt: QWord;

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

  case Integer of

    0: (

        Length: QWord;

      );

    1: (

        Checksum: array [0..15] of Byte;

      );

end;


Documentation generated on: 2023-03-18