I create a HashDB using the following command:
kchashmgr create -bnum 7000000000 -fpow 21 test.kch
Then I try to print detailed information using:
kchashmgr inform -st test.kch
The second command never returns, and I have to press ^C after waiting for ever. Any ideas why?