Unit 'ClpGF2Polynomial' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

TGF2Polynomial

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ClpGF2Polynomial.pas line 31

type TGF2Polynomial = class(TInterfacedObject,IPolynomial,IGF2Polynomial)

strict protected

  Fexponents: TCryptoLibInt32Array;

  

public

  constructor Create();

  

  function GetExponentsPresent; virtual;

  

  function Equals();

  

  function GetHashCode; override;

  

  property Degree: Int32; [r]

  

  property exponents: TCryptoLibInt32Array; [r]

  

end;

Inheritance

TGF2Polynomial

  

|

TObject,IPolynomial,IGF2Polynomial



CT Web help

CodeTyphon Studio