Initialize() public method

public Initialize ( ulong config ) : void
config ulong
return void
Exemplo n.º 1
0
 public override void Init()
 {
     core.Initialize(rawConfig);
     if (key != null)
     {
         core.HashCore(key, 0, key.Length);
     }
 }