c# pow implementation work
This commit is contained in:
parent
e9dbc9fa09
commit
60d6aa0510
3 changed files with 45 additions and 7 deletions
|
@ -21,7 +21,7 @@ namespace onionrpow_cli
|
|||
//stdout.Write(buffer, 0, bytes);
|
||||
data.AddRange(buffer);
|
||||
}
|
||||
onionrpow.OnionrPow.compute(data.ToArray(), 1);
|
||||
onionrpow.OnionrPow.compute(data.ToArray(), 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue