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

TPrimeField

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

Declaration

Source position: ClpPrimeField.pas line 30

type TPrimeField = class(TInterfacedObject,IFiniteField,IPrimeField)

strict protected

  Fcharacteristic: TBigInteger;

  

public

  constructor Create();

  

  function Equals();

  

  function GetHashCode; override;

  

  property characteristic: TBigInteger; [r]

  

  property Dimension: Int32; [r]

  

end;

Inheritance

TPrimeField

  

|

TObject,IFiniteField,IPrimeField



CT Web help

CodeTyphon Studio