Initial CryptoNight.
This commit is contained in:
parent
5a606be8be
commit
878e021ff6
7 changed files with 520 additions and 0 deletions
|
@ -116,6 +116,12 @@ Options *Options::parse(int argc, char **argv)
|
|||
}
|
||||
|
||||
|
||||
const char *Options::algoName() const
|
||||
{
|
||||
return algo_names[m_algo];
|
||||
}
|
||||
|
||||
|
||||
Options::Options(int argc, char **argv) :
|
||||
m_background(false),
|
||||
m_colors(true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue