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

TEd25519CtxSigner

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

Declaration

Source position: ClpEd25519CtxSigner.pas line 42

type TEd25519CtxSigner = class(TInterfacedObject,IEd25519CtxSigner)

strict protected

  function GetAlgorithmName; virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Init(); virtual;

  

  procedure Update(); virtual;

  

  procedure BlockUpdate(); virtual;

  

  function GenerateSignature; virtual;

  

  function VerifySignature(); virtual;

  

  procedure Reset; virtual;

  

  property AlgorithmName: string; [r]

  

end;

Inheritance

TEd25519CtxSigner

  

|

TObject,IEd25519CtxSigner



CT Web help

CodeTyphon Studio