Major changes:
* Switch to a new, more robust hashing scheme (see 3)
* Converted all parameter integers (N, k, m) to unsigned 64 bit values to allow for larger filters (see 3)
This might make this release backward incompatible for already compiled filters.
You may have to recompile them with this version to make them work again.
Thanks adewes for your contribution.