Replace word lists by PGP word lists

from https://en.wikipedia.org/wiki/PGP_word_list
This commit is contained in:
jaseg 2018-12-01 14:02:37 +09:00
parent e613f1b9a2
commit a818c94fc4
8 changed files with 851 additions and 598 deletions

View file

@ -1,7 +1,7 @@
#ifndef __ADJECTIVES_H__
#define __ADJECTIVES_H__
extern const char * const adjectives[256];
extern const char * const nouns[256];
extern const char * const even[256];
extern const char * const odd[256];
#endif