c# pow implementation work

This commit is contained in:
Kevin Froman 2020-09-23 00:36:08 +00:00
parent e9dbc9fa09
commit 60d6aa0510
3 changed files with 45 additions and 7 deletions

View file

@ -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);
}
}
}