C# Class Library.Security.Miner.MinerUtils

Datei anzeigen Open project: Alliance-Network/Library

Public Methods

Method Description
Cancel ( ) : void
Create_1 ( byte value, int limit, System.TimeSpan computationTime ) : byte[]
Verify_1 ( byte key, byte value ) : int

Private Methods

Method Description
MinerUtils ( ) : System

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Create_1() public method

public Create_1 ( byte value, int limit, System.TimeSpan computationTime ) : byte[]
value byte
limit int
computationTime System.TimeSpan
return byte[]

Verify_1() public method

public Verify_1 ( byte key, byte value ) : int
key byte
value byte
return int