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

IFpFieldElement

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

Declaration

Source position: ClpIECC.pas line 91

type IFpFieldElement = interface(IAbstractFpFieldElement)

  function GetQ;

  

  function CheckSqrt();

  

  function LucasSequence();

  

  function ModAdd();

  

  function ModDouble();

  

  function ModHalf();

  

  function ModHalfAbs();

  

  function ModInverse();

  

  function ModMult();

  

  function ModReduce();

  

  function ModSubtract();

  

  property Q: TBigInteger; [r]

  

end;

Inheritance

IFpFieldElement

  

|

IAbstractFpFieldElement

  

|

IECFieldElement

  

|

IInterface



CT Web help

CodeTyphon Studio