Unit 'ClpCurve25519Custom' Package
[Overview][Resource strings][Classes][Index] [#pl_cryptolib4pascal]

TCurve25519Point

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

Declaration

Source position: ClpCurve25519Custom.pas line 171

type TCurve25519Point = class(TAbstractFpPoint,ICurve25519Point)

strict protected

  function Detach; override;

  

  function CalculateJacobianModifiedW(); virtual;

  

  function GetJacobianModifiedW; virtual;

  

  function TwiceJacobianModified(); virtual;

  

public

  constructor Create(); deprecated ;

  

  function Add(); override;

  

  function Negate; override;

  

  function Twice; override;

  

  function TwicePlus(); override;

  

  function ThreeTimes; override;

  

  function GetZCoord(); override;

  

end;

Inheritance

TCurve25519Point

  

|

TAbstractFpPoint,ICurve25519Point

  

|

TECPointBase,IAbstractFpPoint

  

|

TECPoint,IECPointBase

  

|

TObject,IECPoint



CT Web help

CodeTyphon Studio