Minor change #01

This commit is contained in:
xcube 2017-12-18 14:37:31 +01:00
parent 1982d221e6
commit ac6868faee
2 changed files with 2 additions and 3 deletions

View file

@ -80,7 +80,7 @@ For failover you can add multiple pools, maximum count not limited.
Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options. Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options.
## Algorithm variations ## Algorithm variations
Since version 0.8.0. Since version 0.8.0.1
* `--av=1` For CPUs with hardware AES. * `--av=1` For CPUs with hardware AES.
* `--av=2` Lower power mode (double hash) of `1`. * `--av=2` Lower power mode (double hash) of `1`.
* `--av=3` Software AES implementation. * `--av=3` Software AES implementation.

View file

@ -26,8 +26,7 @@
#include <signal.h> #include <signal.h>
#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
//---
#include "App.h" #include "App.h"
#include "Cpu.h" #include "Cpu.h"
#include "log/Log.h" #include "log/Log.h"