BASEBITS
# define BASE (1 << BASEBITS)
unsigned short seed[KEYSIZE/BASEBITS + 1];
for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) {