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