bcgsc/ntHash

It seems that the list of parameters of the NTF64 function in the sample code does not match the source code

Closed this issue · 3 comments

It seems that the list of parameters of the NTF64 function in the sample code does not match the source code

hVal = NTF64(hVal, seq[i], seq[i+k], k); // consecutive hash values

inline uint64_t NTF64(const uint64_t fhVal, const unsigned k, const unsigned char charOut, const unsigned char charIn)

@parham-k could you take a look at this?

This is fixed in ntHash2, which will soon be released and replace the master branch.

Thanks, I see. I am looking forward to nthash2.