Unit 'libnettle' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libnettle]

Tpoly1305_ctx

Declaration

Source position: libnettle.pp line 737

type Tpoly1305_ctx = record

  r: record

    case LongInt of

      0: (

          r32: array [0..5] of Tuint32_t;

        );

      1: (

          r64: array [0..2] of Tuint64_t;

        );

  end;

  s32: array [0..2] of Tuint32_t;

  hh: Tuint32_t;

  h: record

    case LongInt of

      0: (

          h32: array [0..3] of Tuint32_t;

        );

      1: (

          h64: array [0..1] of Tuint64_t;

        );

  end;

end;


Documentation generated on: 2023-03-18