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

IEd25519

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

Declaration

Source position: ClpIEd25519.pas line 30

type IEd25519 = interface(IInterface)

  function GetAlgorithmName;

  

  function CreatePreHash;

  

  procedure GeneratePrivateKey();

  

  procedure GeneratePublicKey();

  

  procedure Sign();

  

  procedure SignPreHash();

  

  function Verify();

  

  function VerifyPreHash();

  

  property AlgorithmName: string; [r]

  

end;

Inheritance

IEd25519

  

|

IInterface



CT Web help

CodeTyphon Studio