c# pow implementation work

This commit is contained in:
Kevin Froman 2020-09-21 07:10:10 +00:00
parent 499981ed52
commit e9dbc9fa09
4 changed files with 42 additions and 36 deletions

View file

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