Move parse_and_store_generic_salt to shared.c

This commit is contained in:
jsteube
2019-01-10 20:51:38 +01:00
parent 269245171d
commit fcfd07ceb2
3 changed files with 118 additions and 116 deletions
+2
View File
@@ -87,6 +87,8 @@ int select_read_timeout_console (const int sec);
const char *strparser (const u32 parser_status);
bool parse_and_store_generic_salt (u8 *out_buf, int *out_len, const u8 *in_buf, const int in_len, MAYBE_UNUSED const hashconfig_t *hashconfig);
int input_tokenizer (const u8 *input_buf, const int input_len, token_t *token);
void decoder_apply_optimizer (const hashconfig_t *hashconfig, void *data);