mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix const params, lessen variable scope and fixing func arguments names
This commit is contained in:
parent
cb937a3f57
commit
0963f51318
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ typedef struct {
|
|||
} generator_context_t;
|
||||
|
||||
|
||||
void bf_generator_init(generator_context_t *ctx, uint8_t mode, uint8_t key_size);
|
||||
void bf_generator_init(generator_context_t *ctx, uint8_t mode, uint8_t key_length);
|
||||
void bf_generator_clear(generator_context_t *ctx); // clear flags and counters used by generators
|
||||
int bf_generator_set_charset(generator_context_t *ctx, uint8_t charsets);
|
||||
int bf_generate(generator_context_t *ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue