From ca0ef1b70eeea84e504a93ed71589e73d3bf1e1f Mon Sep 17 00:00:00 2001 From: Gabriele Gristina <gabriele.gristina@gmail.com> Date: Wed, 31 Jul 2019 15:30:39 +0200 Subject: [PATCH] update hash-name --- src/modules/module_21000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_21000.c b/src/modules/module_21000.c index f3a631193..41e32c006 100644 --- a/src/modules/module_21000.c +++ b/src/modules/module_21000.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 6; static const u32 DGST_POS3 = 7; static const u32 DGST_SIZE = DGST_SIZE_8_8; static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH; -static const char *HASH_NAME = "BitShares v0.x - sha512(sha512(pass))"; +static const char *HASH_NAME = "BitShares v0.x - sha512(sha512_bin(pass))"; static const u64 KERN_TYPE = 21000; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_PRECOMPUTE_INIT