1e0ng / simhash

A Python Implementation of Simhash Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how many bits of MD5 in Python?

HaishuoFang opened this issue · comments

I see you set f = 64 in this programme, but the method hexdigest() of md5 returns 128 bits,
I think it is a contradiction.