implement rain

This commit is contained in:
owein D 2020-10-08 04:10:54 +02:00
parent fdb1c09c8e
commit 033c881f8f
3 changed files with 19 additions and 34 deletions

4
bfg.h
View file

@ -43,8 +43,8 @@ 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;
uint64_t rain;
uint64_t gcounter;
} bf_option;
extern bf_option bf_options;