Merge pull request #3405 from philsmd/29600_name_readme_category

fixes #3404: fixed name/category/readme for -m 29600
pull/3410/head^2
Jens Steube 2 years ago committed by GitHub
commit c36cc0b4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -420,6 +420,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- MultiBit Classic .wallet (scrypt)
- MultiBit HD (scrypt)
- Exodus Desktop Wallet (scrypt)
- Terra Station Wallet (AES256-CBC(PBKDF2($pass)))
##
## Attack-Modes

@ -17,8 +17,8 @@ static const u32 DGST_POS1 = 1;
static const u32 DGST_POS2 = 2;
static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL;
static const char *HASH_NAME = "terra";
static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
static const char *HASH_NAME = "Terra Station Wallet (AES256-CBC(PBKDF2($pass)))";
static const u64 KERN_TYPE = 29600;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE

Loading…
Cancel
Save