1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00
missing file
This commit is contained in:
djm34 2014-12-11 23:43:54 +01:00
parent c0d9d74729
commit d53f3cfa5c

View File

@ -25,7 +25,8 @@ typedef enum {
ALGO_NIST,
ALGO_FRESH,
ALGO_WHIRL,
ALGO_NEOSCRYPT
ALGO_NEOSCRYPT,
ALGO_LYRA2RE
} algorithm_type_t;
extern const char *algorithm_type_str[];