From fc2dbfb22a521edc4e548c7fe8fb71d9cc708d61 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 7 Aug 2018 18:29:32 -0400 Subject: [PATCH] gostd is not alias of gostcoin-mod anymore --- algorithm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/algorithm.c b/algorithm.c index e272659b..d8556936 100644 --- a/algorithm.c +++ b/algorithm.c @@ -1124,7 +1124,7 @@ static algorithm_settings_t algos[] = { { "gostcoin-mod", ALGO_GOSTCOIN, "", 1, 1, 1, 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 0, 4 * 8 * 4194304, 0, gostcoin_regenhash, NULL, NULL, queue_gostcoin_mod_kernel, gostcoin_gen_hash, NULL }, - { "gostd", ALGO_GOSTD, "", 1, 1, 1, 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 0, 4 * 8 * 4194304, 0, gostcoin_regenhash, NULL, NULL, queue_gostcoin_mod_kernel, gen_hash, NULL }, + { "gostd", ALGO_GOSTD, "gostcoin-mod", 1, 1, 1, 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 0, 4 * 8 * 4194304, 0, gostcoin_regenhash, NULL, NULL, queue_gostcoin_mod_kernel, gen_hash, NULL }, // Terminator (do not remove) { NULL, ALGO_UNK, "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL } @@ -1204,7 +1204,6 @@ static const char *lookup_algorithm_alias(const char *lookup_alias, uint8_t *nfa ALGO_ALIAS("lyra2v2", "lyra2rev2"); ALGO_ALIAS("blakecoin", "blake256r8"); ALGO_ALIAS("blake", "blake256r14"); - ALGO_ALIAS("gostd", "gostcoin-mod"); #undef ALGO_ALIAS #undef ALGO_ALIAS_NF