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

TCurve25519Point.Create

Declaration

Source position: ClpCurve25519Custom.pas line 195

public constructor TCurve25519Point.Create(

  const curve: IECCurve;

  const x: IECFieldElement;

  const y: IECFieldElement

); overload;

constructor TCurve25519Point.Create(

  const curve: IECCurve;

  const x: IECFieldElement;

  const y: IECFieldElement;

  withCompression: Boolean

); overload;

constructor TCurve25519Point.Create(

  const curve: IECCurve;

  const x: IECFieldElement;

  const y: IECFieldElement;

  const zs: ;

  withCompression: Boolean

); overload;



CT Web help

CodeTyphon Studio