update efficient rain option

This commit is contained in:
owein D 2020-09-29 21:01:13 +02:00
parent 3fa6d372cf
commit c65e3a26fc
2 changed files with 15 additions and 32 deletions

3
bfg.h
View file

@ -43,10 +43,7 @@ typedef struct {
char *crs; /* internal representation of charset */
char *ptr; /* ptr to the last generated password */
uint32_t disable_symbols;
uint64_t rotate;
uint64_t strafe;
} bf_option;
extern bf_option bf_options;